[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. 14385443b65ace59a21470eb5ad2406b9915c7da
Evergreen Git
git at git.evergreen-ils.org
Tue Oct 22 16:31:37 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_3_3 has been updated
via 14385443b65ace59a21470eb5ad2406b9915c7da (commit)
from da0d83259f1c04eaf144cfe773ace998c8fd0460 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 14385443b65ace59a21470eb5ad2406b9915c7da
Author: Jeff Davis <jeff.davis at bc.libraries.coop>
Date: Thu Sep 19 12:51:28 2019 -0700
LP#1844720: avoid hard-coded paths in Apache config
Signed-off-by: Jeff Davis <jeff.davis at bc.libraries.coop>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in
index 95d0702b6d..dcd5d43e25 100644
--- a/Open-ILS/examples/apache_24/eg_vhost.conf.in
+++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in
@@ -855,11 +855,11 @@ RewriteRule ^/eg2/(.*) https://%{HTTP_HOST}/eg2/en-US/$1 [R=307,L]
# en-US build
# This is the only required configuration when only using the default locale.
-<Directory "/openils/var/web/eg2/en-US">
+<Directory "@localstatedir@/web/eg2/en-US">
FallbackResource /eg2/en-US/index.html
</Directory>
# fr-CA build
-#<Directory "/openils/var/web/eg2/fr-CA">
+#<Directory "@localstatedir@/web/eg2/fr-CA">
# FallbackResource /eg2/fr-CA/index.html
#</Directory>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/apache_24/eg_vhost.conf.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list