parent
c4a30430d4
commit
25fde5b7c1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ server {
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://[::1]:5001;
|
proxy_pass http://[::1]:5001;
|
||||||
proxy_set_header Host $host:$port;
|
proxy_set_header Host $host:$server_port;
|
||||||
proxy_set_header X-Forwarded-For $remote_addr;
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue