aboutsummaryrefslogtreecommitdiff
path: root/config/hex-zero.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/hex-zero.conf.example')
-rw-r--r--config/hex-zero.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hex-zero.conf.example b/config/hex-zero.conf.example
index 71d93e3..3b62410 100644
--- a/config/hex-zero.conf.example
+++ b/config/hex-zero.conf.example
@@ -1,5 +1,5 @@
# vim: syntax=python
-FHOST_STORAGE_PATH = "/var/www/0x0/up"
+FHOST_STORAGE_PATH = "/var/www/hex-zero/up"
FHOST_USE_X_ACCEL_REDIRECT = False # use True for nginx
USE_X_SENDFILE = False # supposed to use True when using anything other than nginx, but True fails in my apache2 setup
MAX_CONTENT_LENGTH = 512 * 1024 * 1024
@@ -26,7 +26,7 @@ FHOST_MIME_BLACKLIST = [
]
# template for front page of app
-FHOST_FRONTPAGE = "/var/www/0x0/front.html.in"
+FHOST_FRONTPAGE = "/var/www/hex-zero/front.html.in"
ADMIN_EMAIL = "root@d2-03a"
# with this, as well as use this for printing the base url of the app
bgstack15