2
0
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:
gmplab 2017-05-16 14:09:22 +08:00 committed by Rushabh Mehta
parent 02e0743532
commit a39fb1eb8d

View File

@ -128,7 +128,7 @@ server {
{% endfor -%} {% endfor -%}
; ;
return 301 https://$host$request_uri?$query_string; return 301 https://$host$request_uri;
} }
{% endif %} {% endif %}