From 17a8e5b2c80bb9ce97938ab0a0c0201ae0ac48cb Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 8 Jul 2025 02:03:54 +0300 Subject: [PATCH] delete prots for certbot into .evn file --- .env | 3 --- nginx/nginx-ssl.conf | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.env b/.env index 8197548..7608858 100644 --- a/.env +++ b/.env @@ -25,6 +25,3 @@ HTTPS_OUTER_PORT=443 # NGINX EMAIL=valitovgaziz@yandex.ru DOMAINS=yalarba.ru,www.yalarba.ru - -# CERTBOT -CERTBOT_PORT=333 diff --git a/nginx/nginx-ssl.conf b/nginx/nginx-ssl.conf index 7ff5b8f..396ec7b 100644 --- a/nginx/nginx-ssl.conf +++ b/nginx/nginx-ssl.conf @@ -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;