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

6 lines
130 B
Plaintext
Raw Normal View History

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