src/3proxy.c | 1 + src/stringtable.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/3proxy.c b/src/3proxy.c index 0e480e0..e494bbe 100644 --- a/src/3proxy.c +++ b/src/3proxy.c @@ -2047,6 +2047,7 @@ int main(int argc, char * argv[]) { signal(SIGTERM, mysigterm); signal(SIGINT, mysigterm); signal(SIGUSR1, mysigusr1); + signal(SIGHUP, mysigusr1); signal(SIGPIPE, SIG_IGN); cyclestep(); diff --git a/src/stringtable.c b/src/stringtable.c index 002dfa1..b67132e 100644 --- a/src/stringtable.c +++ b/src/stringtable.c @@ -38,7 +38,7 @@ unsigned char * strings[] = { /* 24 */ NULL, #ifndef TPROXY_CONF #ifndef _WIN32 -/* 25 */ (unsigned char *)"/usr/local/etc/3proxy/3proxy.cfg", +/* 25 */ (unsigned char *)"/etc/3proxy.conf", #else /* 25 */ (unsigned char *)"3proxy.cfg", #endif