5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
server {
|
|
server_name "~^(?!www.).*" ;
|
|
return 301 $scheme://www.$host$request_uri;
|
|
}
|