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

This commit is contained in:
Jack Hadrill 2022-08-27 20:22:33 +00:00
parent 393eed2f13
commit 1462127401
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ server {
location / {
proxy_pass http://${CONTAINER_PREFIX}-$http_x_forwarded_preferred_username:${CONTAINER_PORT}$uri;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
proxy_set_header Accept-Encoding gzip;
error_page 502 = @spawner;
}