Add force-ssl.conf as a mustache template

This commit is contained in:
VirtuBox
2023-11-30 08:12:24 +01:00
parent 17b86bb45f
commit 8b04ff008e
2 changed files with 11 additions and 13 deletions

View File

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