diff options
author | Axel Duch <axel.duch@nginx.com> | 2019-12-24 13:58:10 +0000 |
---|---|---|
committer | Axel Duch <axel.duch@nginx.com> | 2019-12-24 13:58:10 +0000 |
commit | 8677bf8d41e002310971fddbc5e45c64034afc2f (patch) | |
tree | 0560a4f60031459c16ed19980668f86d66175bed /auto/sources | |
parent | 26ee4cb6c8a2248f0f7c99d8c622c86a52bf197a (diff) | |
download | unit-8677bf8d41e002310971fddbc5e45c64034afc2f.tar.gz unit-8677bf8d41e002310971fddbc5e45c64034afc2f.tar.bz2 |
Router: introducing routing on client address.
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 70d6eb8d..98e4a1f4 100644 --- a/auto/sources +++ b/auto/sources @@ -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 \ |