summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-17 19:53:07 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-17 19:53:07 -0400
commitbcf27423ec73d9aacaff480c28f26b25626da543 (patch)
tree5e9b25f6dcc114661e4f98950ddd2c3f768e2fe6
parent605dcd5a87e5203fcbb9997f6304dc541e692634 (diff)
remove socket information from the uWSGI example; let systemd handle it
-rw-r--r--parabolaweb.ini.example5
1 files changed, 0 insertions, 5 deletions
diff --git a/parabolaweb.ini.example b/parabolaweb.ini.example
index efe95f1..566518d 100644
--- a/parabolaweb.ini.example
+++ b/parabolaweb.ini.example
@@ -3,10 +3,5 @@ master = true
processes = 4
threads = 2
-socket = /run/uwsgi/%n.sock
-chmod-socket = 770
-uid = %n
-gid = http
-
plugins = python2
wsgi-file = /srv/http/www.parabola.nu/web/archweb.wsgi