🧱: move letsencrypt dir from /srv/http to /var/www
All checks were successful
ansible-lint / lint-everything (push) Successful in 5s
All checks were successful
ansible-lint / lint-everything (push) Successful in 5s
This commit is contained in:
@@ -16,7 +16,7 @@ server {
|
||||
listen [::]:80 default_server;
|
||||
|
||||
location /.well-known/acme-challenge {
|
||||
root /srv/http/common/letsencrypt/;
|
||||
root {{ nginx_letsencrypt_dir }};
|
||||
}
|
||||
|
||||
location / {
|
||||
|
Reference in New Issue
Block a user