Added SERVER_ADDR parameter for Python and PHP modules.

This commit is contained in:
Igor Sysoev
2017-09-01 07:54:01 +03:00
parent 9941b0cd65
commit ff515f4312
4 changed files with 11 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ typedef struct {
nxt_app_request_body_t body;
nxt_str_t remote;
nxt_str_t local;
} nxt_app_request_t;