aboutsummaryrefslogtreecommitdiff
path: root/config.def.mk
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-27 18:56:47 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-06-27 18:56:47 +0100
commit23c6d4753895870224209a44624c1350e934f762 (patch)
treecf48929b2514829fbbc5e2d71662ea686214df1e /config.def.mk
parent9d4b2d643dac58abb1af04ba3cf6014645762216 (diff)
downloadgpigeon-23c6d4753895870224209a44624c1350e934f762.tar.gz
gpigeon-23c6d4753895870224209a44624c1350e934f762.zip
add chowning in the Makefile and WWWUSER var
Diffstat (limited to 'config.def.mk')
-rw-r--r--config.def.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.mk b/config.def.mk
index 7ff7d0c..b02f14f 100644
--- a/config.def.mk
+++ b/config.def.mk
@@ -8,6 +8,9 @@ LINK_TEMPLATE_PATH = $(PREFIX)/link-tmpl.cgi
WWWPREFIX = /var/www
GPIGEON_PATH = $(WWWPREFIX)/cgi-bin/gpigeon.cgi
+# system stuff
+WEBUSER=www-data #it must match up with your nginx user. For ex. on arch it's 'http'
+
# CGI tuning stuff
MSG_FORM_CHAR_LIMIT = 3000