Modified README.md

pull/4/head
Sheng 2017-11-20 18:05:36 +08:00
parent 62bd3175b6
commit 141bb873d9
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ location / {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Real-PORT $remote_port;
}
```