aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-08-01 09:58:27 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-08-01 10:04:30 +0100
commit499b54c5b81bdd63f622e99a9dc0dbaf08bc8d01 (patch)
tree4bb3f6f30e8248d75e60f87d4fc688b13c13454c
parent94562f58ead1851353995ac1a1f0e7ac55110f1f (diff)
Update mauveserver.conf to use new document root of /srv/mauvealert
Also update various configuration items to be more normal.
-rw-r--r--etc/mauveserver.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/mauveserver.conf b/etc/mauveserver.conf
index 0a7a747..bd975ab 100644
--- a/etc/mauveserver.conf
+++ b/etc/mauveserver.conf
@@ -6,7 +6,7 @@
#
server {
#
- # persistent data store, only sqlite3 supported at the moment
+ # persistent data store
#
database "sqlite3:///var/lib/mauvealert/alerts.db"
@@ -20,9 +20,9 @@ server {
# few options for web interface, just the TCP port number
web_interface {
- ip "0.0.0.0"
+ ip "127.0.0.1"
port 1288
- document_root "/usr/share/mauvealert"
+ document_root "/srv/mauvealert"
}
}