From acb6694f8215ed09f83099196aa2165ba2c9dbd8 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Sun, 29 Mar 2020 14:35:32 +0200 Subject: moved socket file and nginx pid to /tmpfs --- 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..93441ed 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 = /tmpfs/uwsgi.sock chmod-socket = 774 plugins = python3 -- cgit v1.3