modified: serv_nginx/nginx/nginx-ssl.conf

fix the path to api_bb ito begushiybashkir.ru location
This commit is contained in:
2025-10-08 02:37:49 +05:00
parent 4c1d04b0ec
commit 13a2db15c0
+1 -1
View File
@@ -123,7 +123,7 @@ server {
# New location for REST API
location /api/ {
proxy_pass http://api:8080/;
proxy_pass http://api_bb:8080/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;