merged branch davedevelopment/override-script-filename (PR #531)
This PR was merged into the master branch. Commits ------- 236ef89b Set SCRIPT_FILENAME after including params Discussion ---------- Set SCRIPT_FILENAME after including params I think that some versions or distributions of nginx set SCRIPT_FILENAME in the fastcgi_params file (certainly ubuntu/debian), overriding anything previously set. --------------------------------------------------------------------------- by igorw at 2012-11-06T14:21:18Z Confirmed, ubuntu sets it: fastcgi_param SCRIPT_FILENAME $request_filename;
Showing
Please register or sign in to comment