Skip to content

Commit

Permalink
Set default QUERY_STRING #3
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed May 5, 2017
1 parent 64dd356 commit cea1344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1.10/templates/fastcgi_params.tpl
Expand Up @@ -21,5 +21,7 @@ fastcgi_param HTTPS $fastcgi_https if_not_empty;

fastcgi_param HTTP_MOD_REWRITE On;

fastcgi_param QUERY_STRING $query_string;

## Fix HTTPoxy vulnerability https://httpoxy.org/#mitigate-nginx.
fastcgi_param HTTP_PROXY '';

0 comments on commit cea1344

Please sign in to comment.