diff options
author | Devan Franchini <twitch153@gentoo.org> | 2017-02-15 22:07:30 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2017-02-15 22:07:34 -0500 |
commit | 2d7c1898599132bba48c8f38ae7c916d9dc65943 (patch) | |
tree | 52ca3648eff45b08427445c5ccdd9d725f5af60e | |
parent | server.py: Uses EPREFIX variable (diff) | |
download | webapp-config-2d7c1898599132bba48c8f38ae7c916d9dc65943.tar.gz webapp-config-2d7c1898599132bba48c8f38ae7c916d9dc65943.tar.bz2 webapp-config-2d7c1898599132bba48c8f38ae7c916d9dc65943.zip |
config/webapp-config: Updates config to use eprefix
X-Gentoo-Bug: 608018
X-Gentoo-Bug-URL: https://bugs.gentoo.org/608018
-rwxr-xr-x | config/webapp-config | 6 |
1 files 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 |