webinoly/templates/template-site-wwwredirect
Cristhian Martínez Ochoa b26f7ec9b6 force www redirect
Now we have a command to force redirections to www or non-www.
2018-05-02 15:41:31 -06:00

11 lines
189 B
Plaintext

# WebinolyWWWredirectStart - Force WWW or non-WWW redirect
server {
listen 80;
listen [::]:80;
#server_name;
include common/headers-http.conf;
#return 301;
}
# WebinolyWWWredirectEnd