mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +00:00
Don't need $query_string (#390)
This commit is contained in:
parent
02e0743532
commit
a39fb1eb8d
@ -128,7 +128,7 @@ server {
|
||||
{% endfor -%}
|
||||
;
|
||||
|
||||
return 301 https://$host$request_uri?$query_string;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user