diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2016-01-27 20:46:19 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2016-01-27 20:46:19 +0100 |
commit | b3c2c468680f35bf5b46d31c24781d5982d24532 (patch) | |
tree | 7f12d40131e446e7cadfed19a9055e6256576693 | |
parent | e8d769d68a1d23aa4b595a6aa5c2548801a7d7ed (diff) |
caod: changed default WWW directory
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |