forked from nginx/nginx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4115de9
commit ee5f9e5
Showing
8 changed files
with
1,715 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
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; |
Oops, something went wrong.