summaryrefslogtreecommitdiff
path: root/config/uwsgi.config
diff options
context:
space:
mode:
authorJan Friedli2020-03-29 14:35:32 +0200
committerJan Friedli2020-05-09 21:21:48 +0200
commitacb6694f8215ed09f83099196aa2165ba2c9dbd8 (patch)
tree013aac524e535ad7c7342758c7968978e2baa1d7 /config/uwsgi.config
parent465f1151d963dced746da0e7d6c3dc1a0bd5b8df (diff)
moved socket file and nginx pid to /tmpfs
Diffstat (limited to '')
-rw-r--r--config/uwsgi.config2
1 files changed, 1 insertions, 1 deletions
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
13harakiri = 30 13harakiri = 30
14die-on-term = true 14die-on-term = true
15 15
16socket = /tmp/uwsgi.sock 16socket = /tmpfs/uwsgi.sock
17chmod-socket = 774 17chmod-socket = 774
18plugins = python3 18plugins = python3
19 19