书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 632 个相关结果.
  • 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...
  • 部署

    部署 主机 亚马逊网络服务 EC2 Heroku Digital Ocean 部署方式 应用程序运行器 Nginx 反向代理 ProxyFix 摘要 部署 我们终于准备好向全世界展示我们的应用程序了。是时候要部署。这个过程可能是痛苦的因为有许多琐碎的事情要去做。当涉及到生产环境的搭建以及服务器的配置方案,这是有很多的选择需要做...
  • 服务器部署

    2360 2018-04-16 《aiohttp 中文文档》
    服务器部署 独立服务器 Nginx + supervisord 配置Nginx 注意 Supervisord aiohtto服务器 Nginx + Gunicorn 准备环境 应用程序 启动Gunicorn 注意 其他内容 配置日志 服务器部署 关于aiohttp服务器部署,这里有以下几种选择: 独立的服务器。 使用ng...
  • WSGI Servers

    WSGI Servers Gunicorn Waitress uWSGI WSGI Servers Stand-alone WSGI servers typically use less resources than traditional webservers and provide top performance [1] . Guni...
  • Commands

    Commands gunicorn Commonly Used Arguments Commands After installing Gunicorn you will have access to the command line script gunicorn . gunicorn Basic usage: $ gunicorn ...
  • Logging

    Logging Logging Logging can be configured by using various flags detailed in the configuration documentation or by creating a logging configuration file . Send the USR1 signa...
  • Community

    Community Project Management & Discussions IRC Issue Tracking Security Issues Community Use these channels to communicate about the project. Project Management & Discussio...
  • Community

    Community Project Management & Discussions IRC Issue Tracking Security Issues Community Use these channels to communicate about the project. Project Management & Discuss...
  • Community

    Community Project Management & Discussions IRC Issue Tracking Security Issues Community Use these channels to communicate about the project. Project Management & Discuss...
  • 如何使用 Uvicorn 托管 Django

    如何使用 Uvicorn 托管 Django 安装Uvicorn 在 Uvicorn 中运行 Django 使用 Uvicorn 和 Gunicorn 部署 Django 应用 如何使用 Uvicorn 托管 Django Uvicorn 是一个基于 uvloop 和 httptools 的加强运行速度的ASGI服务器。 安装Uvico...