#587: fix missing braces on force-ssl.mustache

This commit is contained in:
Janio Sarmento
2023-12-02 18:09:18 -03:00
parent e5807154f5
commit c31c8f94e9

View File

@@ -1,6 +1,6 @@
server {
listen 80;
listen [::]:80;
server_name {domains};
server_name {{domains}};
return 301 https://$host$request_uri;
}
}