lemonldap-ng/fastcgi-server/uwsgi/llng-server.yaml

8 lines
165 B
YAML
Raw Normal View History

uwsgi:
plugins: psgi
socket: 127.0.0.1:5000
2018-03-25 12:43:39 +02:00
psgi: __APPDIR__/llng-server.psgi
master: true
2018-03-26 06:52:10 +02:00
uid: __UID__
gid: __GID__