diff options
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index e0e29fba5..33cf76921 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -63,11 +63,11 @@ typedef u_int ngx_uint_t; #define ngx_signal_value(n) ngx_signal_helper(n) /* TODO: #ifndef */ -#define NGX_RECONFIGURE_SIGNAL HUP -#define NGX_REOPEN_SIGNAL USR1 #define NGX_SHUTDOWN_SIGNAL QUIT #define NGX_TERMINATE_SIGNAL TERM -#define NGX_INTERRUPT_SIGNAL INT +#define NGX_PAUSE_SIGNAL INT +#define NGX_RECONFIGURE_SIGNAL HUP +#define NGX_REOPEN_SIGNAL USR1 #define NGX_CHANGEBIN_SIGNAL USR2 #endif |