From c9b9f2fba8f90f8aa19807a1a5212acb999d1520 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 07:24:54 -0400 Subject: [PATCH] Added: FS#871 - Add a "apps" vhost for applications like phpmyadmin and webmail --- install/tpl/server.ini.master | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/install/tpl/server.ini.master b/install/tpl/server.ini.master index 551e2b3..9cc4e6f 100644 --- a/install/tpl/server.ini.master +++ b/install/tpl/server.ini.master @@ -39,6 +39,9 @@ security_level=10 user=www-data group=www-data +apps_vhost_port=8081 +apps_vhost_ip=_default_ +apps_vhost_servername= [fastcgi] fastcgi_starter_path=/var/www/php-fcgi-scripts/[system_user]/ -- Gitblit v1.9.1