Skip to content
Snippets Groups Projects
Unverified Commit 325ce2e1 authored by Florian Raith's avatar Florian Raith Committed by GitHub
Browse files

Enable websocket nginx support (#36)

parent b385be39
No related branches found
No related tags found
No related merge requests found
access_log off;
proxy_intercept_errors on;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
\ No newline at end of file
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
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