mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
docs(help) rm dublicate websocket block
This commit is contained in:
parent
c17fdf1f11
commit
d2a116a6d0
1 changed files with 0 additions and 7 deletions
7
HELP.md
7
HELP.md
|
|
@ -245,13 +245,6 @@ server {
|
|||
server_name io.cloudcmd.io;
|
||||
access_log /var/log/nginx/io.cloudcmd.io.access.log;
|
||||
location / {
|
||||
# websocket block
|
||||
# support for nginx from v1.3.13
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
# websocket block
|
||||
|
||||
proxy_pass http://127.0.0.1:8000/;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue