I'm just starting to learn Sanic framework because of its fast benchmark. I made a simple hello world API, then connected it with Gunicorn. The performance was quite good, but when I combined it with Nginx, it became really bad. I've found out that Gunicorn processes with Ngi...