Kasra Bigdeli
2021-03-03 19:48:59 -05:00
parent 5e490a1384
commit 15291fb401

View File

@@ -18,7 +18,7 @@ if (s.forceSsl) {
}
location / {
return 302 https://$http_host$request_uri$is_args$query_string;
return 302 https://$http_host$request_uri;
}
}
<%