generated from jackhadrill/container-spawner
Update 'director.conf'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
6f33b85988
commit
f157161250
|
@ -5,8 +5,8 @@ server {
|
||||||
resolver 127.0.0.11 valid=1s;
|
resolver 127.0.0.11 valid=1s;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://${CONTAINER_PREFIX}-$http_x_forwarded_preferred_username:${CONTAINER_PORT}/;
|
proxy_pass http://${CONTAINER_PREFIX}-$http_x_forwarded_preferred_username:${CONTAINER_PORT};
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host ${CONTAINER_PREFIX}-$http_x_forwarded_preferred_username;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection upgrade;
|
proxy_set_header Connection upgrade;
|
||||||
proxy_set_header Accept-Encoding gzip;
|
proxy_set_header Accept-Encoding gzip;
|
||||||
|
|
Loading…
Reference in New Issue