mirror of
https://github.com/caprover/caprover
synced 2025-10-30 10:07:01 +00:00
Added query to redirect
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
<%
|
||||
|
||||
Reference in New Issue
Block a user