Skip to content
Snippets Groups Projects
Commit 1344ca62 authored by MichiK's avatar MichiK
Browse files

Fix nginx config for HedgeDoc

parent a690a4df
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,7 @@ nginx_https_sites: ...@@ -92,6 +92,7 @@ nginx_https_sites:
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 X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_pass http://127.0.0.1:3000; proxy_pass http://127.0.0.1:3000;
......
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