summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/httpauthd.c2
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