TiledViz
Loading...
Searching...
No Matches
gunicorn.conf.py
1#gunicorn-cfg.py
2bind = '0.0.0.0:5000'
3workers = 1
4threads=15
5x_forwarded_for_header = "X-Real-IP"