From 6ea5ae6d23bcfefecb1e6967e2612361facd1ac9 Mon Sep 17 00:00:00 2001 From: Bartosz Walkowiak <bwalkow@e-science.pl> Date: Wed, 4 Oct 2023 09:34:32 +0000 Subject: [PATCH] Update httpd.conf --- httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpd.conf b/httpd.conf index 11190d7..ae0108b 100644 --- a/httpd.conf +++ b/httpd.conf @@ -296,7 +296,7 @@ DocumentRoot "/usr/local/apache2/htdocs" # is requested. # <IfModule dir_module> - DirectoryIndex index.html + DirectoryIndex index.shtml </IfModule> # @@ -551,4 +551,4 @@ SSLRandomSeed connect builtin ProxyPreserveHost On ProxyPass /lexp/ http://lexpservice:80/lex/ -ProxyPassReverse /lexp/ http://lexpservice:80/lex/ \ No newline at end of file +ProxyPassReverse /lexp/ http://lexpservice:80/lex/ -- GitLab