Procházet zdrojové kódy

Update config file for violent horned mammals.

tags/v1.0^2
Ben Kurtovic před 10 roky
rodič
revize
ca104b26c0
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -2
      gunicorn.cfg

+ 1
- 2
gunicorn.cfg Zobrazit soubor

@@ -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"


Načítá se…
Zrušit
Uložit