mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
9 lines
230 B
Django/Jinja
9 lines
230 B
Django/Jinja
[uwsgi]
|
|
uid = {{ apache_user }}
|
|
gid = {{ apache_user }}
|
|
http-socket = :{{ captiveportal_port }}
|
|
chdir = /opt/iiab/captiveportal
|
|
wsgi-file = capture-wsgi.py
|
|
master = true
|
|
plugins = python3
|
|
py-autoreload = 2
|