2
0
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:
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 -%}
;
return 301 https://$host$request_uri?$query_string;
return 301 https://$host$request_uri;
}
{% endif %}