mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-10 10:53:34 +02: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 {
|
server {
|
||||||
[...]
|
[...]
|
||||||
location /.well-known/acme-challenge {
|
location /.well-known/acme-challenge {
|
||||||
root /var/www/letsencrypt;
|
alias /var/www/letsencrypt;
|
||||||
}
|
}
|
||||||
[...]
|
[...]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user