Gunicorn, Inlets, Whitenoise
Ok, tldr; I need to test gunicorn vs manage.py runserver in my local development. Normally gunicorn will not handle the static files serving, since it's nginx or other web server thing. But, in case of inlets, I don't want to setup a web server just ...
solie.ml1 min read
Dallas Spohn
I work for Red Hat Enterprise Linux as a curriculum writer/developer, I am a tech organizational flow philosopher. A follower of DevOps
I find gunicorn with supervisor works great with static content both in Nginx or httpd. I mostly write flask or django apps so I realize using them with a static site is moot.