Commit b0929bfc by 赵宇

招商驾驶舱

parent b0da22c2
bind = ["0.0.0.0:8007"] bind = ["0.0.0.0:5050"]
workers = 4 workers = 4
backlog = 2048 backlog = 2048
worker_class = 'gevent' worker_class = 'gevent'
...@@ -8,5 +8,5 @@ timeout = 300 ...@@ -8,5 +8,5 @@ timeout = 300
worker_connections = 65535 worker_connections = 65535
loglevel = "info" loglevel = "info"
access_log_format = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"' access_log_format = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
accesslog = '/root/code/ty/gunicorn_access.log' accesslog = '/root/code/flask_jincheng/gunicorn_access.log'
errorlog = '/root/code/ty/gunicorn_error.log' errorlog = '/root/code/flask_jincheng/gunicorn_error.log'
#!/usr/bin/env bash #!/usr/bin/env bash
gunicorn -c guty_conf.py manager:app -D gunicorn -c gujc_conf.py manager:app -D
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment