Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Aug 27, 2017
1 parent ed1a48c commit 896f59e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-root/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ http {
}

location /websockify {
proxy_connect_timeout 7d;
proxy_send_timeout 7d;
proxy_read_timeout 7d;
proxy_http_version 1.1;
proxy_pass http://localhost:9001/;
proxy_set_header Upgrade $http_upgrade;
Expand Down

0 comments on commit 896f59e

Please sign in to comment.