Fix Nginx ACME webroot

This commit is contained in:
Miraty 2022-09-02 18:52:46 +02:00
parent 2caf28a9b6
commit ff97910a13
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ server {
} }
location /.well-known/acme-challenge { location /.well-known/acme-challenge {
alias /srv/niver/acme/; root /srv/niver/acme/;
} }
} }