mirror of https://github.com/zulip/zulip.git
[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:
parent
ae89b25d69
commit
400db86008
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue