From: Jeff Davis Date: Thu, 19 Sep 2019 19:51:28 +0000 (-0700) Subject: LP#1844720: avoid hard-coded paths in Apache config X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1de4eaa247a144c03e775a566da2452192807ce2;p=Evergreen.git LP#1844720: avoid hard-coded paths in Apache config Signed-off-by: Jeff Davis Signed-off-by: Galen Charlton --- 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. - + FallbackResource /eg2/en-US/index.html # fr-CA build -# +# # FallbackResource /eg2/fr-CA/index.html #