From e69d97e7ed58bb753cc89b0b8bf9a671b9dde296 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Sun, 29 Mar 2020 15:02:47 +0200 Subject: Revert "moved socket file and nginx pid to /tmpfs" This reverts commit 4731cf86b1a1a380235948cc82b2ee5fbd35f11d. --- 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 93441ed..56e0508 100644 --- a/config/uwsgi.config +++ b/config/uwsgi.config @@ -13,7 +13,7 @@ gid = 101 harakiri = 30 die-on-term = true -socket = /tmpfs/uwsgi.sock +socket = /tmp/uwsgi.sock chmod-socket = 774 plugins = python3 -- cgit v1.3