Release 10.4.0 #121

Manually merged
jlecour merged 11 commits from unstable into stable 2020-12-24 14:02:33 +01:00
Showing only changes of commit feda9a63d8 - Show all commits

View file

@ -5,5 +5,6 @@ location ~ /.well-known/acme-challenge {
alias {{ evoacme_acme_dir }}/.well-known/acme-challenge;
{% endif %}
try_files $uri =404;
auth_basic off;
allow all;
}