2016-05-23 20:17:49 +02:00

5 lines
86 B
Plaintext

server {
server_name "~^(?!www.).*" ;
return 301 $scheme://www.$host$request_uri;
}