aboutsummaryrefslogtreecommitdiff
path: root/conf/fastcgi_params
Commit message (Collapse)AuthorAge
* Added the REQUEST_SCHEME parameter.Maxim Dounin2015-06-05
| | | | | | The REQUEST_SCHEME parameter was introduced in Apache 2.3.11 and seems to be used by some scripts now. It looks more logical than previously used HTTPS.
* Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params ↵Valentin Bartenev2011-12-09
| | | | (fixes #38).
* add $nginx_versionIgor Sysoev2007-07-22
|
* nginx-0.1.43-RELEASE importrelease-0.1.43Igor Sysoev2005-08-30
*) Feature: the listen(2) backlog in the "listen" directive can be changed using the -HUP signal. *) Feature: the geo2nginx.pl script was added to contrib. *) Change: the FastCGI parameters with the empty values now are passed to a server. *) Bugfix: the segmentation fault occurred or the worker process may got caught in an endless loop if the proxied or FastCGI server sent the "Cache-Control" header line and the "expires" directive was used; in the proxied mode the the bug had appeared in 0.1.29.