Commit b5443659 authored by Cameron Carney's avatar Cameron Carney

fixed https template

parent ff966818
...@@ -4,7 +4,7 @@ server { ...@@ -4,7 +4,7 @@ server {
server_name ${DOMAIN_NAME}; server_name ${DOMAIN_NAME};
# enforce https # enforce https
location ^ /.well-known { location /.well-known {
alias /var/www/html/.well-known; alias /var/www/html/.well-known;
} }
...@@ -69,4 +69,4 @@ server { ...@@ -69,4 +69,4 @@ server {
location ~ /\.ht { location ~ /\.ht {
deny all; deny all;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment