Added query to redirect

This commit is contained in:
Kasra Bigdeli
2020-11-29 09:59:45 -05:00
parent e4d8c9a0d1
commit 320bb2b0ae

View File

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