summaryrefslogtreecommitdiff
path: root/config/uwsgi.config
diff options
context:
space:
mode:
Diffstat (limited to 'config/uwsgi.config')
-rw-r--r--config/uwsgi.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/uwsgi.config b/config/uwsgi.config
index 177ddaf..9b46181 100644
--- a/config/uwsgi.config
+++ b/config/uwsgi.config
@@ -13,7 +13,7 @@ gid = www-data
13harakiri = 30 13harakiri = 30
14die-on-term = true 14die-on-term = true
15 15
16socket = mat2-web.sock 16socket = /tmp/uwsgi.sock
17chmod-socket = 774 17chmod-socket = 774
18plugins = python3 18plugins = python3
19 19