From bcf27423ec73d9aacaff480c28f26b25626da543 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 May 2016 19:53:07 -0400 Subject: remove socket information from the uWSGI example; let systemd handle it --- parabolaweb.ini.example | 5 ----- 1 file changed, 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 -- cgit v1.2.3