mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
ngxproxy: add webroot support
This commit is contained in:
@ -4,7 +4,7 @@ server {
|
||||
|
||||
client_max_body_size <MAX_BODY_SIZE>M;
|
||||
|
||||
location / {
|
||||
location <WEBROOT> {
|
||||
proxy_pass http://<CONTAINER>:<PORT>;
|
||||
include /etc/nginx/conf/proxy_params;
|
||||
}
|
||||
|
Reference in New Issue
Block a user