From 2d7c1898599132bba48c8f38ae7c916d9dc65943 Mon Sep 17 00:00:00 2001 From: Devan Franchini Date: Wed, 15 Feb 2017 22:07:30 -0500 Subject: 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 -- cgit v1.2.3-65-gdbad