diff --git a/uwsgi.ini b/uwsgi.ini index aba3db0..f8752a4 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -1,8 +1,8 @@ [uwsgi] -; chdir = /app -module=config.wsgi:application -master=True -pidfile=/tmp/project-master.pid -vacuum=True -max-requests=5000 -socket = :8080 \ No newline at end of file +module = config.wsgi:application +master = True +pidfile = /tmp/project-master.pid +vacuum = True +max-requests = 5000 +socket = :8080 +buffer-size = 8192 \ No newline at end of file