mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
26 lines
387 B
INI
26 lines
387 B
INI
[uwsgi]
|
|
strict = true
|
|
master = true
|
|
die-on-term = true
|
|
need-app = true
|
|
|
|
plugins = python3
|
|
|
|
uid = uwsgi
|
|
gid = uwsgi
|
|
|
|
chdir = /opt/powerdns-admin
|
|
pythonpath = /opt/powerdns-admin
|
|
|
|
mount = /=run.py
|
|
manage-script-name = true
|
|
callable = app
|
|
|
|
vacuum = true
|
|
harakiri = 20
|
|
buffer-size = 32768
|
|
post-buffering = 8192
|
|
http-socket = 127.0.0.1:9494
|
|
pidfile = /run/uwsgi/%n.pid
|
|
|
|
enable-threads = true
|