mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
11 lines
276 B
Text
11 lines
276 B
Text
|
[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
|