Commit cd09447e authored by Cameron Carney's avatar Cameron Carney

final fix for https...

parent 17a8a76c
...@@ -4,8 +4,8 @@ server { ...@@ -4,8 +4,8 @@ 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/public/.well-known;
} }
location / { location / {
......
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