Add force-ssl.conf as a mustache template
This commit is contained in:
6
wo/cli/templates/force-ssl.mustache
Normal file
6
wo/cli/templates/force-ssl.mustache
Normal file
@@ -0,0 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name {domains};
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
Reference in New Issue
Block a user