17 lines
318 B
INI
17 lines
318 B
INI
[uwsgi]
|
|
uid = friwall
|
|
gid = friwall
|
|
|
|
socket = /run/friwall.socket
|
|
chown-socket = friwall:nginx
|
|
chmod-socket = 660
|
|
|
|
plugin = python3
|
|
chdir = /srv/friwall/app
|
|
mount = /=wsgi:app
|
|
env = PYTHONUSERBASE=/srv/friwall/.local
|
|
env = HOME=/srv/friwall
|
|
|
|
# Microsoft OIDC endpoint sends some fat‐ass headers.
|
|
buffer-size = 16384
|