HEX
Server: Apache/2.4.63 (Unix)
System: Linux Synopilou92 4.4.302+ #72806 SMP Mon Jul 21 23:16:00 CST 2025 x86_64
User: pilou92 (1026)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /volume1/@appstore/WebStation/misc/uwsgi_docker.mustache
[uwsgi]
pidfile = /run/docker-share/python-{{uuid}}.pid
socket = /run/docker-share/python-{{uuid}}.sock
chdir = /home/python/src
{{#wsgi_file}}wsgi-file = {{.}}{{/wsgi_file}}
{{#callable}}callable = {{.}}{{/callable}}
chown-socket = {{user}}:{{group}}
chmod-socket = 660
vacuum = true
py-autoreload = 1
thunder-lock = true
processes = {{uwsgi_settings.process}}
threads = {{uwsgi_settings.threads}}
enable-threads = {{uwsgi_settings.enable_threads}}
max-requests = {{uwsgi_settings.max_request}}
buffer-size = {{uwsgi_settings.buffer}}