fix(nginx): preserve /api/v1 prefix when proxying to api_yal, add favicon

This commit is contained in:
valitovgaziz
2026-06-12 01:23:06 +05:00
parent edb7eabd18
commit ba7b757541
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ server {
# ЛОКАЦИЯ: REST API (api_yal)
# ============================================
location /api/v1/ {
proxy_pass http://api_yal:8787/;
proxy_pass http://api_yal:8787;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;