Commit b5443659 authored by Cameron Carney's avatar Cameron Carney

fixed https template

parent ff966818
......@@ -4,7 +4,7 @@ server {
server_name ${DOMAIN_NAME};
# enforce https
location ^ /.well-known {
location /.well-known {
alias /var/www/html/.well-known;
}
......
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