summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index dc4cc5a..0b71b89 100644
--- a/daemon.c
+++ b/daemon.c
@@ -42,7 +42,7 @@
#include "log.h"
#define DEFAULT_PORT 8080
-#define DEFAULT_PAGES_DIR "/var/www/"
+#define DEFAULT_PAGES_DIR "/srv/http/cao/"
#define DEFAULT_HOMEPAGE "index.html"
#define DEFAULT_CONFIG_FILE "/etc/caod/config.cfg"
#define DEFAULT_SAMPLING_RATE 1 /* one ms */