gunicorn: oubli de portail_captif

This commit is contained in:
Daniel STAN 2014-09-08 21:58:02 +02:00
parent debd61b9b1
commit 4d2b72b764

View file

@ -0,0 +1,14 @@
#!/bin/env python
# -*- coding: utf-8 -*-
# Fichier géré par bcfg2, ne pas modifier en local
CONFIG = {
'working_dir' : '/usr/scripts/utils/',
'args': (
'--log-level=info',
'--bind=unix:/tmp/gunicorn.sock',
'--workers=1',
'portail_captif:app'
),
}