1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/captiveportal/templates/captiveportal.ini
2020-01-02 06:08:57 -08:00

12 lines
295 B
INI

[uwsgi]
uid = www-data
gid = www-data
http-socket = :9090
chdir = /opt/iiab/captiveportal
wsgi-file = capture-wsgi.py
#wsgi-file = very_simple.py
master = true
plugins = python3
log-to = /var/log/uwsgi/app/captiveportal.log
#die-on-term = true
py-autoreload = 2