diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/uwsgi.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/uwsgi.ini b/config/uwsgi.ini index 6ea3e51..cdf22c5 100644 --- a/config/uwsgi.ini +++ b/config/uwsgi.ini @@ -2,10 +2,10 @@ processes = 4 master = 1 socket = /tmp/cargohold.sock -chdir = /var/www/cargohold/ +chdir = /var/www/cargohold/backend/ wsgi-file = main.py callable = handle_request uid = www-data gid = www-data plugin = python3 - +limit-post = 524288000 |