Commit dca25e8e authored by Lukas Schauer's avatar Lukas Schauer

fixed nginx example (fixes #173)

parent cf80ccc5
......@@ -16,7 +16,7 @@ After configuration the WELLKNOWN directory you'll need to add an alias to your
server {
[...]
location /.well-known/acme-challenge {
root /var/www/letsencrypt;
alias /var/www/letsencrypt;
}
[...]
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment