mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
13 lines
295 B
INI
13 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
|