diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-25 09:47:44 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-25 09:47:44 +0100 |
commit | a92356a97e130a40da7f8278fd470d3f2d30a9b7 (patch) | |
tree | 1d78ed87dd9ba0ade419a20e1200a998d09f1b7d | |
parent | 914bc8d64109a36d7f1182cb048d39cb409c8433 (diff) | |
download | pfsense-packages-a92356a97e130a40da7f8278fd470d3f2d30a9b7.tar.gz pfsense-packages-a92356a97e130a40da7f8278fd470d3f2d30a9b7.tar.bz2 pfsense-packages-a92356a97e130a40da7f8278fd470d3f2d30a9b7.zip |
Change default port to not clash with Captive Portal
-rw-r--r-- | config/vhosts/vhosts.inc | 2 |
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) { |