Sha256: 91fcc1d67d8117f0bb91c03b677261191dc0b2fddae309903ec461ffe14de774

Contents?: true

Size: 998 Bytes

Versions: 20

Compression:

Stored size: 998 Bytes

Contents

# This file managed by puppet on host <%= @fqdn %>

fastcgi_param	QUERY_STRING		  $query_string;
fastcgi_param	REQUEST_METHOD	  $request_method;
fastcgi_param	CONTENT_TYPE		  $content_type;
fastcgi_param	CONTENT_LENGTH	  $content_length;

fastcgi_param	SCRIPT_FILENAME	  $request_filename;
fastcgi_param	SCRIPT_NAME		    $fastcgi_script_name;
fastcgi_param	REQUEST_URI		    $request_uri;
fastcgi_param	DOCUMENT_URI		  $document_uri;
fastcgi_param	DOCUMENT_ROOT		  $document_root;
fastcgi_param	SERVER_PROTOCOL	  $server_protocol;

fastcgi_param	GATEWAY_INTERFACE	CGI/1.1;
fastcgi_param	SERVER_SOFTWARE		nginx/$nginx_version;

fastcgi_param	REMOTE_ADDR		    $remote_addr;
fastcgi_param	REMOTE_PORT		    $remote_port;
fastcgi_param	SERVER_ADDR		    $server_addr;
fastcgi_param	SERVER_PORT		    $server_port;
fastcgi_param	SERVER_NAME		    $server_name;

fastcgi_param	HTTPS			        $https;

# PHP only, required if PHP was built with --enable-force-cgi-redirect
fastcgi_param	REDIRECT_STATUS		200;

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.6.0 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.5.2 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.5.1 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.5.0 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.4.1 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.4.0 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.3.3 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.3.2 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.3.1 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.3.0 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.2.1 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.2.0 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.1.0 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.0.6 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.0.5 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.0.4 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.0.3 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.0.2 modules/nginx/templates/vhost/fastcgi_params.erb
freighthop-0.0.1 modules/nginx/templates/vhost/fastcgi_params.erb