Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-01-13 19:43:23 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-01-13 19:43:23 +0300
commit49783fc42ec15bfb7c1100be9441e28b0b8f14df (patch)
treee47cf189eb3893b410bd6b64588e88edc2a82c55 /src/core/ngx_config.h
parent993dc06b4e39daff4650afea5a7c2d11784d1c78 (diff)
nginx-0.0.1-2004-01-13-19:43:23 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 33cf76921..522c645cf 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -65,7 +65,7 @@ typedef u_int ngx_uint_t;
/* TODO: #ifndef */
#define NGX_SHUTDOWN_SIGNAL QUIT
#define NGX_TERMINATE_SIGNAL TERM
-#define NGX_PAUSE_SIGNAL INT
+#define NGX_NOACCEPT_SIGNAL ABRT
#define NGX_RECONFIGURE_SIGNAL HUP
#define NGX_REOPEN_SIGNAL USR1
#define NGX_CHANGEBIN_SIGNAL USR2