From 493b898ae94ae7dd390d77c42f5500974be48393 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Mon, 12 May 2014 16:34:15 +0400 Subject: Added syslog support for error_log and access_log directives. --- auto/sources | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'auto') diff --git a/auto/sources b/auto/sources index bff0eb166..13c1531f7 100644 --- a/auto/sources +++ b/auto/sources @@ -37,7 +37,8 @@ CORE_DEPS="src/core/nginx.h \ src/core/ngx_resolver.h \ src/core/ngx_open_file_cache.h \ src/core/ngx_crypt.h \ - src/core/ngx_proxy_protocol.h" + src/core/ngx_proxy_protocol.h \ + src/core/ngx_syslog.h" CORE_SRCS="src/core/nginx.c \ @@ -69,7 +70,8 @@ CORE_SRCS="src/core/nginx.c \ src/core/ngx_resolver.c \ src/core/ngx_open_file_cache.c \ src/core/ngx_crypt.c \ - src/core/ngx_proxy_protocol.c" + src/core/ngx_proxy_protocol.c \ + src/core/ngx_syslog.c" REGEX_MODULE=ngx_regex_module -- cgit