diff options
Diffstat (limited to 'config/uwsgi.config')
| -rw-r--r-- | config/uwsgi.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 13 | harakiri = 30 | 13 | harakiri = 30 |
| 14 | die-on-term = true | 14 | die-on-term = true |
| 15 | 15 | ||
| 16 | socket = /tmp/uwsgi.sock | 16 | socket = /run/uwsgi/uwsgi.sock |
| 17 | chmod-socket = 774 | 17 | chmod-socket = 774 |
| 18 | plugins = python3 | 18 | plugins = python3 |
| 19 | 19 | ||
