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.j2

10 lines
230 B
Text
Raw Normal View History

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