书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 632 个相关结果.
  • Using Virtualenv

    Using Virtualenv Using Virtualenv To serve an app from a Virtualenv it is generally easiest to just install Gunicorn directly into the Virtualenv. This will create a set of Gu...
  • FAQ

    FAQ WSGI Bits How do I set SCRIPT_NAME? Server Stuff How do I reload my application in Gunicorn? How might I test a proxy configuration? How can I name processes? Why is there...
  • Worker Processes

    Worker Processes How do I know which type of worker to use? What types of workers are there? How can I figure out the best number of worker processes? How can I change the numbe...
  • flask

    Caddy的Flask配置 Caddyfile Caddy的Flask配置 这是一个基于Guicorn 运行的Flask 项目的配置示例。目前Caddy尚不支持uwsgi协议,可以关注这个issue 获取这方面的最新动态。现在最好的选择是将请求代理到app服务器。 在app环境安装Gunicorn: pip install gunicorn ...
  • Instrumentation

    Instrumentation Instrumentation New in version 19.1. Gunicorn provides an optional instrumentation of the arbiter and workers using the statsD protocol over UDP. Thanks to th...
  • Nginx Configuration

    Nginx Configuration Nginx Configuration Although there are many HTTP proxies available, we strongly advise that you use Nginx . If you choose another proxy server you need to m...
  • Instrumentation

    Instrumentation Instrumentation New in version 19.1. Gunicorn provides an optional instrumentation of the arbiter and workers using the statsD protocol over UDP. Thanks to th...
  • 部署

    部署 创建项目的运行环境 使用 Gunicorn 启动 flask 程序 使用 supervisor 管理服务器进程 使用 Nginx 做反向代理 参考资料 部署 我们这里以项目 flask-todo-app 为例,介绍如何将其部署到生产环境,主要有以下几个步骤: 创建项目的运行环境 使用 Gunicorn 启动 flask 程序 使...
  • Integration

    Integration Django Paste Integration We also provide integration for both Django and Paster applications. Django Gunicorn will look for a WSGI callable named application ...
  • How to use Django with Uvicorn

    How to use Django with Uvicorn Installing Uvicorn Running Django in Uvicorn Deploying Django using Uvicorn and Gunicorn How to use Django with Uvicorn Uvicorn is an ASGI ser...