Router: introducing routing on client address.

This commit is contained in:
Axel Duch
2019-12-24 13:58:10 +00:00
parent 26ee4cb6c8
commit 8677bf8d41
6 changed files with 734 additions and 4 deletions

View File

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