move LE challenge root outside webroot

This commit is contained in:
Asif Bacchus
2019-10-17 01:34:52 -06:00
parent 0313a5c8bf
commit d2100c0ae0
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ server {
error_log /var/log/nginx/LetsEncrypt_error.log warn;
default_type text/plain;
root /usr/share/nginx/html/letsencrypt;
root /LEChallenge;
autoindex on;
}