【问题标题】:is it neccesary to use nginx or apache for python web in production?在生产中是否需要在 python web 中使用 nginx 或 apache?
【发布时间】:2023-04-01 06:06:01
【问题描述】:

我正在使用 ariadne 和 fastapi 开发一个 graphql api,并考虑在 hypercorn 服务器上启动它。我不必提供静态文件和图像。所以,在我的情况下,在我进行生产时是否有必要使用带有 hypercorn 的 nginx 或 apache2。

注意:- 此服务器上的流量会很大

如果需要使用 apache2/nginx ,如何配置才能与 hypercorn 一起使用?

【问题讨论】:

    标签:
    nginx
    apache2
    fastapi
    hypercorn
    ariadne-graphql