3 lines
64 B
Plaintext
3 lines
64 B
Plaintext
|
if ($scheme = "http") {
|
||
|
return 301 https://$host$request_uri;
|
||
|
}
|