fixed nginx...

This commit is contained in:
Patrick 2024-11-16 23:47:32 +01:00
parent 3b2c3675a8
commit fb3efda5ab

View file

@ -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;