summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2016-01-27 20:46:19 +0100
committerOlivier Gayot <duskcoder@gmail.com>2016-01-27 20:46:19 +0100
commitb3c2c468680f35bf5b46d31c24781d5982d24532 (patch)
tree7f12d40131e446e7cadfed19a9055e6256576693 /daemon.c
parente8d769d68a1d23aa4b595a6aa5c2548801a7d7ed (diff)
caod: changed default WWW directory
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'daemon.c')
-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 */