Skip to content
Snippets Groups Projects
Unverified Commit f8b0fd31 authored by Griefed's avatar Griefed Committed by GitHub
Browse files

Update README.md

Changed readme according to SWAG-1.8.0-ls10 which renders parts of the proxy conf pointless and can cause issues with newer versions of SWAG.
parent e81e59ff
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,13 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass_request_headers on;
proxy_pass http://d-zone:3000;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
###
# Configs below no longer needed as of 01.09.20 SWAG-1.8.0-ls10
# Only enable if you use an older version of SWAG or if you for some reason still need these
###
#proxy_http_version 1.0;
#proxy_set_header Upgrade $http_upgrade;
#proxy_set_header Connection "Upgrade";
}
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment