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
Gunicorn (‘Green Unicorn’) is a Python WSGI HTTP Server for UNIX broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
It's strongly recommend using Gunicorn behind a proxy server. although there are many HTTP proxies available, we strongly advise that you use Nginx. If you choose another proxy server you need to make sure that it buffers slow clients when you use default Gunicorn workers. Without this buffering Gunicorn will be easily susceptible to denial-of-service attacks. You can use Hey to check if your proxy is behaving properly.
As per v3.4, this is what is currently reported in the
/scripts/docker-entrypoint.sh
file::g3w-suite-docker/scripts/docker-entrypoint.sh
Lines 37 to 44 in e435dcc
But currently the README.md file reports this stack without any other mention of gunicorn:
This is what we can currently find in the documentation:
The text was updated successfully, but these errors were encountered: