You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By removing buffering, django is aware about how many bytes have been transferred, so that it can send some transfer stats to the client real time.
Anyway such buffering may cause uwsgi to terminate connections while uploading.
We need to find out a way to deal with this.
The text was updated successfully, but these errors were encountered:
uwsgi reports this warning when booting:
nginx is usually a buffered webserver, unless otherwise configured.
The configuration indeed states:
geonode-docker/docker/nginx/geonode.conf.envsubst
Line 59 in 68d2f8c
geonode-docker/docker/nginx/geonode.conf.envsubst
Line 115 in 68d2f8c
geonode-docker/docker/nginx/geonode.conf.envsubst
Line 125 in 68d2f8c
By removing buffering, django is aware about how many bytes have been transferred, so that it can send some transfer stats to the client real time.
Anyway such buffering may cause uwsgi to terminate connections while uploading.
We need to find out a way to deal with this.
The text was updated successfully, but these errors were encountered: