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