debug: rm ACME from nginx
This commit is contained in:
parent
51c250a4ae
commit
5a79dd84e6
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user