You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
committed by
Mergify
parent
80427fb77c
commit
cb3ed1598d
@@ -64,7 +64,7 @@ test_unsupported()
|
|||||||
|
|
||||||
cmdline = [
|
cmdline = [
|
||||||
"gunicorn",
|
"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
|
# 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",
|
"-b", f"{'[::]' if os.environ.get('SUBNET6') else '0.0.0.0'}:8080",
|
||||||
"--logger-class mailu.Logger",
|
"--logger-class mailu.Logger",
|
||||||
|
Reference in New Issue
Block a user