delete prots for certbot into .evn file
This commit is contained in:
@@ -25,6 +25,3 @@ HTTPS_OUTER_PORT=443
|
|||||||
# NGINX
|
# NGINX
|
||||||
EMAIL=valitovgaziz@yandex.ru
|
EMAIL=valitovgaziz@yandex.ru
|
||||||
DOMAINS=yalarba.ru,www.yalarba.ru
|
DOMAINS=yalarba.ru,www.yalarba.ru
|
||||||
|
|
||||||
# CERTBOT
|
|
||||||
CERTBOT_PORT=333
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /auth {
|
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 Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
|||||||
Reference in New Issue
Block a user