ldap-python-webui/uwsgi.ini.example
2023-11-20 11:45:49 +01:00

10 lines
184 B
Plaintext

; https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#magic-variables
[uwsgi]
http = :8080
chdir = %v
wsgi-file = %v/app.py
enable-thread = true
processes = 1
threads = 2