1 Star 0 Fork 12

重楼/captcha_platform

forked from kerlomz/captcha_platform 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy.conf.py 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
kerlomz 提交于 2019-04-12 17:26 . fix: fix gunicorn stop working.
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
# Author: kerlomz <[email protected]>
# Gunicorn deploy file.
import multiprocessing
bind = '0.0.0.0:19951'
workers = multiprocessing.cpu_count() * 2 + 1
backlog = 2048
# worker_class = "gevent"
debug = False
daemon = True
proc_name = 'gunicorn.pid'
pidfile = 'debug.log'
errorlog = 'error.log'
accesslog = 'access.log'
loglevel = 'info'
timeout = 10
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chong_lou/captcha_platform.git
[email protected]:chong_lou/captcha_platform.git
chong_lou
captcha_platform
captcha_platform
master

搜索帮助