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
+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;