From: Galen Charlton Date: Thu, 6 Sep 2018 20:26:45 +0000 (-0400) Subject: LP#177546: improve release notes for the Angular6 app X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0775ad8ef39d416fd8d5c6c2b1240de665f73ffb;p=working%2FEvergreen.git LP#177546: improve release notes for the Angular6 app More needs to be added to eg_vhost.conf when upgrading an existing installation. Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_NEXT/Architecture/angular6-app.adoc b/docs/RELEASE_NOTES_NEXT/Architecture/angular6-app.adoc index a15583bb70..80359f3f52 100644 --- a/docs/RELEASE_NOTES_NEXT/Architecture/angular6-app.adoc +++ b/docs/RELEASE_NOTES_NEXT/Architecture/angular6-app.adoc @@ -42,6 +42,10 @@ Add the following stanza to /etc/apache2/eg_vhost.conf. [source,conf] -------------------------------------------------------------------------- +RewriteCond %{REQUEST_URI} ^/eg2/ +RewriteCond %{REQUEST_URI} !^/eg2/([a-z]{2}-[A-Z]{2})/ +RewriteRule ^/eg2/(.*) https://%{HTTP_HOST}/eg2/en-US/$1 [R=307,L] + FallbackResource /eg2/en-US/index.html