]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 17 Jul 2012 10:03:53 +0000 (12:03 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 17 Jul 2012 10:03:53 +0000 (12:03 +0200)
vhosts/webapp-config

index 810ef8909aef45cf1464031298ca9da2f152c96a..02c01cb113d14ff700027687542919726bf8e1cf 100644 (file)
@@ -65,9 +65,10 @@ vhost_hostname="localhost"
 # your choices are:
 #
 # apache
-# aolserver
 # lighttpd
 # cherokee
+# nginx
+# gatling
 #
 # you can override this setting by using the -s switch to webapp-config
 
@@ -183,6 +184,9 @@ vhost_perms_virtualowned_file="o-w"
 
 vhost_perms_installdir="0755"
 
+# Allow specifying absolute path names using the -d option?
+allow_absolute="no"
+
 
 # ========================================================================
 # END OF USER-EDITABLE SETTINGS