fixed nginx example (fixes #173)

This commit is contained in:
Lukas Schauer
2016-03-28 23:08:15 +02:00
parent cf80ccc5ef
commit dca25e8e45

View File

@@ -16,7 +16,7 @@ After configuration the WELLKNOWN directory you'll need to add an alias to your
server { server {
[...] [...]
location /.well-known/acme-challenge { location /.well-known/acme-challenge {
root /var/www/letsencrypt; alias /var/www/letsencrypt;
} }
[...] [...]
} }