diff --git a/uwsgi/front.ini b/uwsgi/front.ini index 0665b77..a063514 100644 --- a/uwsgi/front.ini +++ b/uwsgi/front.ini @@ -30,6 +30,9 @@ disable-logging = True ; Disable write exception when NGinx timed out before uwsgi response ; disable-write-exception = true +; Disable wsgi.file_wrapper optimization for s3 storage +wsgi-disable-file-wrapper = true + ; Recycle workers max-requests = 4000 reload-on-as = 768