Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
can be done by changing the Angular setup section of the apache configuration
that starts with:
-[source]
+[source,xml]
----
<Directory "/openils/var/web/eg2/en-US">
----
or similar in the apache configuration. Add the following after the
FallbackResource directive:
-[source]
+[source,xml]
----
<Files "index.html">
<IfModule mod_headers.c>
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,bash]
----
a2enmod headers
sudo /etc/init.d/apache2 restart