debug: rm ACME from nginx

This commit is contained in:
Stepan Vladovskiy 2023-10-12 10:48:13 -03:00
parent 51c250a4ae
commit 5a79dd84e6

View File

@ -46,12 +46,6 @@ server {
# Default location block
# Let's Encrypt ACME Challenge
location ^~ /.well-known/acme-challenge/ {
root /var/www/letsencrypt/;
try_files $uri =404;
}
location / {
proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
{{ $proxy_settings }}