modified: serv_nginx/nginx/nginx-ssl.conf

set path /api proxy_pass to 0.0.0.0:8888
This commit is contained in:
2025-10-06 01:12:11 +05:00
parent 54a209ac65
commit 7a861540d3
+1 -1
View File
@@ -33,7 +33,7 @@ server {
# New location for REST API
location /api {
resolver 127.0.0.11 valid=30s;
proxy_pass http://localhost:8888;
proxy_pass http://0.0.0.0:8888;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;