From 3798a0139c071526988d38a5d38f30087437bba6 Mon Sep 17 00:00:00 2001 From: myve Date: Wed, 19 Feb 2025 23:23:56 +0000 Subject: [PATCH] Update build/run/installer.sh --- build/run/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run/installer.sh b/build/run/installer.sh index 7994652..85b5918 100755 --- a/build/run/installer.sh +++ b/build/run/installer.sh @@ -413,7 +413,7 @@ upstream php-handler { } server { - listen {{MYVEMAIL_PORT}} default_server; + listen 80 default_server; server_name _; index index.php index.html;