From ac21ea756c18453954cdc87e9d33a9676ef48066 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Sun, 29 Mar 2020 22:49:22 +0200 Subject: moved uwsgi.sock to /run/uwsgi --- config/uwsgi.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/uwsgi.config') diff --git a/config/uwsgi.config b/config/uwsgi.config index 56e0508..05dd9c1 100644 --- a/config/uwsgi.config +++ b/config/uwsgi.config @@ -13,7 +13,7 @@ gid = 101 harakiri = 30 die-on-term = true -socket = /tmp/uwsgi.sock +socket = /run/uwsgi/uwsgi.sock chmod-socket = 774 plugins = python3 -- cgit v1.3