Tinger 2 年之前
父節點
當前提交
6e58cd4999
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      gunicorn.conf.py

+ 3 - 3
gunicorn.conf.py

@@ -1,3 +1,3 @@
-bind="0.0.0.0:80"
-worker_class="gevent"
-workers=5
+bind = "0.0.0.0:80"
+worker_class = "gevent"
+workers = 5