Update 'director.conf'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2022-08-27 20:25:30 +00:00
parent 1462127401
commit 6f33b85988
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ 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}$uri; proxy_pass http://${CONTAINER_PREFIX}-$http_x_forwarded_preferred_username:${CONTAINER_PORT}/;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade; proxy_set_header Connection upgrade;