readme file updates
This commit is contained in:
parent
9917d299ac
commit
27e65a8fe0
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ server {
|
|||
proxy_set_header X-Forwarded-Host $host:$server_port;
|
||||
proxy_set_header X-Forwarded-Server $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_pass http://localhost:8010/;
|
||||
proxy_redirect http://localhsot:8010/ /;
|
||||
proxy_pass http://localhost:8010/;
|
||||
proxy_redirect http://localhsot:8010/ /;
|
||||
proxy_read_timeout 60s;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue