From ff515f43124ed0b05a2a352d7ec1ed0b22253c92 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 1 Sep 2017 07:54:01 +0300 Subject: Added SERVER_ADDR parameter for Python and PHP modules. --- src/nxt_application.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_application.h') diff --git a/src/nxt_application.h b/src/nxt_application.h index 7747883b..5998e3e9 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -108,6 +108,7 @@ typedef struct { nxt_app_request_body_t body; nxt_str_t remote; + nxt_str_t local; } nxt_app_request_t; -- cgit