aboutsummaryrefslogtreecommitdiffstats
path: root/config/vhosts
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2010-01-21 04:37:49 -0700
committermcrane <mctch@yahoo.com>2010-01-21 04:37:49 -0700
commita2989321e97e9199e238d2670ff1c83ce8f229b5 (patch)
tree78b5f4495f52609dbeba64f1fa17d47e03a7c824 /config/vhosts
parentb7841f9a7710462a900bbe89d55566f29de62462 (diff)
downloadpfsense-packages-a2989321e97e9199e238d2670ff1c83ce8f229b5.tar.gz
pfsense-packages-a2989321e97e9199e238d2670ff1c83ce8f229b5.tar.bz2
pfsense-packages-a2989321e97e9199e238d2670ff1c83ce8f229b5.zip
vhosts comment out server.port for http because the port is defined within the vvirtual hosts entry.
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 7cbdbdb8..3602b40a 100644
--- a/config/vhosts/vhosts.inc
+++ b/config/vhosts/vhosts.inc
@@ -267,7 +267,7 @@ function vhosts_sync_package_php()
$tmp .= "######### Options that are good to be but not neccesary to be changed #######\n";
$tmp .= "\n";
$tmp .= "## bind to port (default: 80)\n";
- $tmp .= "server.port = 8001\n";
+ $tmp .= "#server.port = 8001\n";
$tmp .= "\n";
$tmp .= "#the regex method isn't working\n";
$tmp .= "#\$HTTP[\"host\"] =~ \"(^|\\.)host01\\.com\$\" {\n";