diff --git a/nginx.cnf b/nginx.cnf index 6224d5b..ab07f51 100644 --- a/nginx.cnf +++ b/nginx.cnf @@ -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;