From 2bf71afb557bb0b8c19daf855d7370d94e314ab8 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 12 Jun 2020 11:20:29 -0400 Subject: [PATCH] LP1883267 Minor release note tweaks Signed-off-by: Bill Erickson --- .../Architecture/do-not-cache-angular-root.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/RELEASE_NOTES_NEXT/Architecture/do-not-cache-angular-root.adoc b/docs/RELEASE_NOTES_NEXT/Architecture/do-not-cache-angular-root.adoc index c01ea74947..4cb96e3b42 100644 --- a/docs/RELEASE_NOTES_NEXT/Architecture/do-not-cache-angular-root.adoc +++ b/docs/RELEASE_NOTES_NEXT/Architecture/do-not-cache-angular-root.adoc @@ -1,12 +1,12 @@ Do not cache the Angular application root -^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Evergreen administrators should update existing apache configuration files so that the Angular index.html file is never cached by the client. This can be done by changing the Angular setup section of the apache configuration that starts with: -[source] +[source, conf] ---- ---- @@ -14,7 +14,7 @@ that starts with: or similar in the apache configuration. Add the following after the FallbackResource directive: -[source] +[source, conf] ---- @@ -28,9 +28,9 @@ FallbackResource directive: Finally, ensure that the mod_headers apache module is enabled by running the following commands on all apache servers as the root user: -[source] +[source, sh] ---- a2enmod headers -sudo /etc/init.d/apache2 restart +/etc/init.d/apache2 restart ---- -- 2.11.0