gunicorn: oubli de portail_captif
This commit is contained in:
parent
debd61b9b1
commit
4d2b72b764
1 changed files with 14 additions and 0 deletions
14
Cfg/etc/gunicorn.d/portail_captif/portail_captif
Normal file
14
Cfg/etc/gunicorn.d/portail_captif/portail_captif
Normal 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'
|
||||
),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue