Initial proxy support.

This commit is contained in:
Igor Sysoev
2019-11-14 16:39:54 +03:00
parent 57e326b411
commit ddde9c23cf
16 changed files with 1264 additions and 44 deletions

View File

@@ -85,6 +85,7 @@ NXT_LIB_SRCS=" \
src/nxt_http_error.c \
src/nxt_http_route.c \
src/nxt_http_static.c \
src/nxt_http_proxy.c \
src/nxt_application.c \
src/nxt_external.c \
src/nxt_port_hash.c \