diff options
Diffstat (limited to 'daemon/httpauthd.c')
-rw-r--r-- | daemon/httpauthd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c index b56f3d2..3f87771 100644 --- a/daemon/httpauthd.c +++ b/daemon/httpauthd.c @@ -105,7 +105,7 @@ httpauth_thread_t; * Default Settings */ -#define DEFAULT_CONFIG "/usr/local/etc/httpauthd.conf" +#define DEFAULT_CONFIG CONF_PREFIX "/httpauthd.conf" #define DEFAULT_SOCKET "/var/run/httpauthd.sock" #define DEFAULT_MAXTHREADS 32 |