Explorar el Código

Update config file for violent horned mammals.

tags/v1.0^2
Ben Kurtovic hace 10 años
padre
commit
ca104b26c0
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      gunicorn.cfg

+ 1
- 2
gunicorn.cfg Ver fichero

@@ -1,8 +1,7 @@
# Configuration file for Gunicorn
# http://docs.gunicorn.org/en/latest/configure.html

bind = ["0.0.0.0:5000"]
daemon = True
bind = ["unix:/tmp/gunicorn.sock"]
workers = 4

accesslog = "logs/access.log"


Cargando…
Cancelar
Guardar