Added LetsEncrypt Compatibility by default

This commit is contained in:
Nikolas
2021-04-22 01:10:59 +03:00
parent c066acd812
commit c955745b67

View File

@@ -12,7 +12,10 @@ server {
if ($allowed_country = no) {
return 444;
}
##===LetsEncrypt Compatibility===##
location ~ /.well-known {
allow all;
}
location / {
root /usr/share/nginx/html;
index index.html index.htm;