Skip to content

Commit

Permalink
Fix nginx.conf comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vr2262 committed Apr 25, 2017
1 parent 9c2c50b commit 2558c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prod/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ http {
root /var/www;
}

// Note that this is a temporary URL... and I'm not sure that it works either
// https://github.com/sockjs/sockjs-node#websocket-compatible-load-balancer
// https://github.com/sockjs/sockjs-node/blob/master/examples/haproxy.cfg
# Note that this is a temporary URL... and I'm not sure that it works either
# https://github.com/sockjs/sockjs-node#websocket-compatible-load-balancer
# https://github.com/sockjs/sockjs-node/blob/master/examples/haproxy.cfg
location /ws {
proxy_pass http://minigridserver;
proxy_http_version 1.1;
Expand Down

0 comments on commit 2558c4f

Please sign in to comment.