Files
WPIQ/wo/cli/templates/force-ssl.mustache

7 lines
133 B
Plaintext
Raw Normal View History

server {
listen 80;
listen [::]:80;
server_name {{domains}};
return 301 https://$host$request_uri;
}