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