Can Quart (the ASGI Flask alternative) be proxied through nginx? Can Quart (the ASGI Flask alternative) be proxied through nginx? flask flask

Can Quart (the ASGI Flask alternative) be proxied through nginx?


It can, and you don't need to change any of the settings (unless you weren't using WebSockets with Flask, in which case you need to setup nginx to proxy WebSockets as well). I would recommend running Hypercorn directly though as it will allow you to utilise HTTP/2 features in Quart i.e. server-push.