Attempting to correct various issues

This commit is contained in:
Marwolf
2018-07-27 12:36:07 -04:00
parent 76b15f6e00
commit 823c304cc2
3 changed files with 8 additions and 7 deletions

View File

@@ -103,11 +103,11 @@ server {
# rewrite ^ https://$host$request_uri? permanent;
# }
# # Certbot for HTTPS cert renewal
# location ^~ /.well-known {
# allow all;
# root /data/letsencrypt/;
# }
# Certbot for HTTPS cert renewal
location ^~ /.well-known {
allow all;
root /data/letsencrypt/;
}
}
#HTTPS