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