4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
|
location / {
|
||
|
return 301 https://$host$request_uri;
|
||
|
}
|