code-marketplace missing proxy

This commit is contained in:
2023-09-30 13:26:47 -07:00
parent 50eb585e2e
commit 98dd5236f7

View File

@ -4,4 +4,6 @@ location / {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
proxy_set_header Accept-Encoding gzip;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
}