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