Commit cd09447e authored by Cameron Carney's avatar Cameron Carney

final fix for https...

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