mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-03 11:37:47 +00:00
Make gunicorn listen on ipv6
This commit is contained in:
@@ -55,7 +55,7 @@ test_DNS()
|
|||||||
start_command=" ".join([
|
start_command=" ".join([
|
||||||
"gunicorn",
|
"gunicorn",
|
||||||
f"--threads {str(os.cpu_count())}",
|
f"--threads {str(os.cpu_count())}",
|
||||||
"-b :80",
|
"-b [::]:80",
|
||||||
"--logger-class mailu.Logger",
|
"--logger-class mailu.Logger",
|
||||||
"--worker-tmp-dir /dev/shm",
|
"--worker-tmp-dir /dev/shm",
|
||||||
"--access-logfile -" if (log.root.level<=log.INFO) else "",
|
"--access-logfile -" if (log.root.level<=log.INFO) else "",
|
||||||
|
|||||||
Reference in New Issue
Block a user