summaryrefslogtreecommitdiffhomepage
path: root/conf/fastcgi_params (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-06-05Added the REQUEST_SCHEME parameter.Maxim Dounin1-0/+1
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.
2011-12-09Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params ↵Valentin Bartenev1-0/+1
(fixes #38).
2007-07-22add $nginx_versionIgor Sysoev1-1/+1
2005-08-30nginx-0.1.43-RELEASE importrelease-0.1.43Igor Sysoev1-0/+23
*) 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.