ngxproxy: add webroot support

This commit is contained in:
Wonderfall
2016-05-30 14:38:08 +02:00
parent fe8c943b7e
commit c62c45db31
3 changed files with 12 additions and 5 deletions

View File

@ -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;
}