~ubuntu-branches/ubuntu/trusty/nginx/trusty-proposed

« back to all changes in this revision

Viewing changes to conf/fastcgi_params

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-04-25 12:51:45 UTC
  • mfrom: (1.3.28)
  • mto: (1.3.29) (15.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 64.
  • Revision ID: package-import@ubuntu.com-20130425125145-ugl0wor6bq0u5eae
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
fastcgi_param  DOCUMENT_URI       $document_uri;
10
10
fastcgi_param  DOCUMENT_ROOT      $document_root;
11
11
fastcgi_param  SERVER_PROTOCOL    $server_protocol;
 
12
fastcgi_param  HTTPS              $https if_not_empty;
12
13
 
13
14
fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
14
15
fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;