evoacme: change location priority for nginx

This commit is contained in:
Victor LABORIE 2017-06-22 11:52:27 +02:00 committed by Jérémy Lecour
parent d59e2c0127
commit 08b4b2fa4a

View file

@ -1,4 +1,4 @@
location /.well-known/acme-challenge {
location ~ /.well-known/acme-challenge {
alias {{ evoacme_acme_dir }}/.well-known/acme-challenge;
try_files $uri =404;
allow all;