1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/captiveportal/templates/captiveportal.ini.j2

11 lines
276 B
Text
Raw Normal View History

2019-12-19 14:32:18 +00:00
[uwsgi]
uid = {{ apache_user }}
gid = {{ apache_user }}
http-socket = {{ captiveportal_port }}
chdir = /opt/iiab/captiveportal
wsgi-file = capture-wsgi.py
master = true
plugins = python3
log-to = /var/log/apache2/captiveportal.log
py-autoreload = 2