mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 17:22:20 +00:00
doh
This commit is contained in:
@@ -64,7 +64,7 @@ test_unsupported()
|
||||
|
||||
cmdline = [
|
||||
"gunicorn",
|
||||
"--threads", f"{CPU_COUNT}",
|
||||
"--threads", f"{os.environ.get('CPU_COUNT', 1)}",
|
||||
# If SUBNET6 is defined, gunicorn must listen on IPv6 as well as IPv4
|
||||
"-b", f"{'[::]' if os.environ.get('SUBNET6') else '0.0.0.0'}:8080",
|
||||
"--logger-class mailu.Logger",
|
||||
|
||||
Reference in New Issue
Block a user