6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
server {
|
||
|
listen 80;
|
||
|
server_name *.rainrain.xyz;
|
||
|
return 301 https://$server_name$request_uri?;
|
||
|
}
|