Skip to content

Commit

Permalink
Merge pull request #995 from steveworley/patch-3
Browse files Browse the repository at this point in the history
Allow downstream to extend fastcgi params
  • Loading branch information
tobybellwood authored May 15, 2024
2 parents 5a92030 + 32cf979 commit 2a7a362
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/nginx/fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ set_by_lua_block $remote_addr_clean {
end
}

# Allow downstreams to add fastcgi_params, usually any values included
# this way may be overwritten by the default values below.
include /etc/nginx/fastcgi/*.conf;

fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param QUERY_STRING $query_string;
fastcgi_param REQUEST_METHOD $request_method;
Expand Down

0 comments on commit 2a7a362

Please sign in to comment.