delete prots for certbot into .evn file

This commit is contained in:
2025-07-08 02:03:54 +03:00
parent d14e86ecb0
commit 17a8e5b2c8
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -25,6 +25,3 @@ HTTPS_OUTER_PORT=443
# NGINX
EMAIL=valitovgaziz@yandex.ru
DOMAINS=yalarba.ru,www.yalarba.ru
# CERTBOT
CERTBOT_PORT=333
+1 -1
View File
@@ -24,7 +24,7 @@ server {
}
location /auth {
proxy_pass http://0.0.0.0:8080/auth;
proxy_pass http://0.0.0.0: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;