Ver Fonte

for gpu

Tinger há 2 anos atrás
pai
commit
6e58cd4999
1 ficheiros alterados com 3 adições e 3 exclusões
  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