Welcome to mirror list, hosted at ThFree Co, Russian Federation.

scgi_params « nginx « default_vhost « ubuntu_nginx_1_4_6 « etc_nginx « testdata « tests « certbot-nginx - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76e858628cdc1f4d97db5bb42e0ba736ab8bed60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
scgi_param	REQUEST_METHOD		$request_method;
scgi_param	REQUEST_URI		$request_uri;
scgi_param	QUERY_STRING		$query_string;
scgi_param	CONTENT_TYPE		$content_type;

scgi_param	DOCUMENT_URI		$document_uri;
scgi_param	DOCUMENT_ROOT		$document_root;
scgi_param	SCGI			1;
scgi_param	SERVER_PROTOCOL		$server_protocol;

scgi_param	REMOTE_ADDR		$remote_addr;
scgi_param	REMOTE_PORT		$remote_port;
scgi_param	SERVER_PORT		$server_port;
scgi_param	SERVER_NAME		$server_name;