Skip to content

Commit

Permalink
Fix apxltd/what-bugs#138 in the example config. <NodeBB/NodeBB@08cdfd2>
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jun 7, 2016
1 parent ee1946c commit b58b4dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx-config-example
Expand Up @@ -10,6 +10,7 @@ server {
location @nodebb {
proxy_pass http://nodebb$request_uri;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
Expand Down

0 comments on commit b58b4dd

Please sign in to comment.