fix certbot verification path

This commit is contained in:
2020-08-22 09:59:26 -05:00
parent 4f2e05439e
commit 302b6525f6
4 changed files with 3 additions and 10 deletions

View File

@ -11,11 +11,4 @@ server {
location / {
try_files $uri $uri/ =404;
}
{% if nginx_acme_challenge_enabled %}
location /.well-known/acme-challenge/ {
alias {{ nginx_acme_challenge_path }};
try_files $uri $uri/ =404;
}
{% endif %}
}