4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
if ( $scheme != https ) {
|
|
return 301 https://$http_host$request_uri;
|
|
}
|