summaryrefslogtreecommitdiff
path: root/parabolaweb.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-05 02:30:15 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-05 02:34:26 -0500
commitfc699adadba640164cf28335e1f89ce05b596ee4 (patch)
treeee3cf654465518470296fd59369f50591ca5102c /parabolaweb.conf
parent2a6a7399f334f84d6c8665056d383b18222b452c (diff)
Have webuser be a compile-time config rather than run-time.
Diffstat (limited to 'parabolaweb.conf')
-rw-r--r--parabolaweb.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/parabolaweb.conf b/parabolaweb.conf
index db88bef..2e67f72 100644
--- a/parabolaweb.conf
+++ b/parabolaweb.conf
@@ -1,6 +1,5 @@
-# If you change `WEBUSER` or `WEBDIR`, you should also change
+# If you change `WEBDIR`, you should also change
# `/etc/uwsgi/parabolaweb.ini`.
-WEBUSER=parabolaweb
WEBDIR=/srv/http/www.parabola.nu/web
GITURL='git://git.parabola.nu/server/parabolaweb.git#branch=master'