[manual] nginx: Pass post-rewrite URIs to FastCGI.

This requires us to do a puppet apply when it is deployed to each of
staging and prod.

(imported from commit eed631ce10340e7fe3252cd8a4f05fd59ef3c942)
This commit is contained in:
Tim Abbott 2013-06-25 12:12:52 -04:00
parent ae89b25d69
commit 400db86008
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ 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 REQUEST_URI $uri;
fastcgi_param DOCUMENT_URI $document_uri;
fastcgi_param DOCUMENT_ROOT $document_root;
fastcgi_param SERVER_PROTOCOL $server_protocol;