commit:     2d7c1898599132bba48c8f38ae7c916d9dc65943
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 03:07:30 2017 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 03:07:34 2017 +0000
URL:        https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=2d7c1898

config/webapp-config: Updates config to use eprefix

X-Gentoo-Bug: 608018
X-Gentoo-Bug-URL: https://bugs.gentoo.org/608018

 config/webapp-config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/webapp-config b/config/webapp-config
index da01bc6..e3778fd 100755
--- a/config/webapp-config
+++ b/config/webapp-config
@@ -42,9 +42,9 @@
 # If you want to have fine grained control over the location the web
 # applications get installed, you can use the third setting
 
-vhost_root="/var/www/${vhost_hostname}"
-#vhost_root="/srv/${vhost_hostname}/www"
-#vhost_root="/var/www/${vhost_subdomain_1}/${vhost_subdomain_2}/${vhost_subdomain_3}"
+vhost_root="@GENTOO_PORTAGE_EPREFIX@/var/www/${vhost_hostname}"
+#vhost_root="@GENTOO_PORTAGE_EPREFIX@/srv/${vhost_hostname}/www"
+#vhost_root="@GENTOO_PORTAGE_EPREFIX@/var/www/${vhost_subdomain_1}/${vhost_subdomain_2}/${vhost_subdomain_3}"
 
 # some web applications need to know what host they are serving up pages
 # for.  this information is configured when the application is installed

Reply via email to