aboutsummaryrefslogtreecommitdiffstats
path: root/config/vhosts
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-25 09:47:44 +0100
committerdoktornotor <notordoktor@gmail.com>2015-10-25 09:47:44 +0100
commita92356a97e130a40da7f8278fd470d3f2d30a9b7 (patch)
tree1d78ed87dd9ba0ade419a20e1200a998d09f1b7d /config/vhosts
parent914bc8d64109a36d7f1182cb048d39cb409c8433 (diff)
downloadpfsense-packages-a92356a97e130a40da7f8278fd470d3f2d30a9b7.tar.gz
pfsense-packages-a92356a97e130a40da7f8278fd470d3f2d30a9b7.tar.bz2
pfsense-packages-a92356a97e130a40da7f8278fd470d3f2d30a9b7.zip
Change default port to not clash with Captive Portal
Diffstat (limited to 'config/vhosts')
-rw-r--r--config/vhosts/vhosts.inc2
1 files changed, 1 insertions, 1 deletions
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) {