mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-17 17:07:26 +01:00
fixed nginx example (fixes #173)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
[...]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user