Fix an nginx conf typo
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
location <TPL:NGINX_LOCATION> {
|
||||
alias <TPL:NGINX_REALPATH>;
|
||||
|
||||
if($scheme = http) {
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user