From a92356a97e130a40da7f8278fd470d3f2d30a9b7 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 25 Oct 2015 09:47:44 +0100 Subject: Change default port to not clash with Captive Portal --- config/vhosts/vhosts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/vhosts') diff --git a/config/vhosts/vhosts.inc b/config/vhosts/vhosts.inc index b0e2db45..b3ae7a7e 100644 --- a/config/vhosts/vhosts.inc +++ b/config/vhosts/vhosts.inc @@ -273,7 +273,7 @@ EOF; // Set the default port if (strlen($port) == 0) { - $port = '8001'; + $port = '10081'; } if ($ipaddress . ':' . $port != $ipaddress_and_port_previous_value) { -- cgit v1.2.3