Tinger 2 vuotta sitten
vanhempi
commit
6e58cd4999
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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