fixed nginx...
This commit is contained in:
parent
3b2c3675a8
commit
fb3efda5ab
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ server {
|
|||
ssl_certificate_key /etc/ssl/private/thread-sphere.key;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:5000;
|
||||
proxy_pass http://127.0.0.1:5001;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Reference in a new issue