14 Star 30 Fork 10

cve-emersion / Pcap-Analyzer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy_config.py 203 Bytes
一键复制 编辑 原始数据 按行查看 历史
HatBoy 提交于 2016-08-11 00:56 . first commit
#coding=UTF-8
bind = '0.0.0.0:8000' #绑定的端口
workers = 1 #worker数量
backlog = 2048
debug = True
proc_name = 'gunicorn.pid'
pidfile = '/var/log/gunicorn/debug.log'
loglevel = 'debug'
Python
1
https://gitee.com/xiaolouuu/Pcap-Analyzer.git
git@gitee.com:xiaolouuu/Pcap-Analyzer.git
xiaolouuu
Pcap-Analyzer
Pcap-Analyzer
master

搜索帮助