Is it possible to run a Django Application using Gunicorn and HTTP2? Currently we have Nginx in front of our application working as a reverse proxy, but we may drop it in the future, since we are starting to migrate to docker swarm.
I could not find any docs/links regarding configuration of gunicorn with HTTP2. Does anybody knows if it is possible to do it, without using nginx?
If not possible, please suggest other webservers that can achieve that.