modified: main_dc/nginx/nginx-ssl.conf

modified:   main_dc/yalarba/easySite/easySite/app/pages/auth/register.vue
new register and set nginx-ssh.conf easysiste.ru api to 8088 port
This commit is contained in:
2025-11-13 05:58:49 +05:00
parent c5b80129d3
commit 9cdad0902f
2 changed files with 118 additions and 44 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ server {
# Новый блок для API
location /api/ {
proxy_pass http://api_es:8081/api/;
proxy_pass http://api_es:8088/api/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;