diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/uwsgi.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/uwsgi.ini b/config/uwsgi.ini new file mode 100644 index 0000000..6ea3e51 --- /dev/null +++ b/config/uwsgi.ini @@ -0,0 +1,11 @@ +[uwsgi] +processes = 4 +master = 1 +socket = /tmp/cargohold.sock +chdir = /var/www/cargohold/ +wsgi-file = main.py +callable = handle_request +uid = www-data +gid = www-data +plugin = python3 + |