From 1d0048e235c1fe934420deb28efb719604bdd0c7 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Dec 23 2019 20:11:54 +0000 Subject: fix welcome.conf --- diff --git a/SOURCES/welcome.conf b/SOURCES/welcome.conf index 5d1e452..7fdc0d5 100644 --- a/SOURCES/welcome.conf +++ b/SOURCES/welcome.conf @@ -6,13 +6,25 @@ # NOTE: if this file is removed, it will be restored on upgrades. # - Options -Indexes - ErrorDocument 403 /.noindex.html + Options -Indexes + ErrorDocument 403 /noindex/index.html +Alias /noindex /usr/share/httpd/noindex + - AllowOverride None - Require all granted - + Options MultiViews + DirectoryIndex index.html + + AddLanguage en-US .en-US + AddLanguage es-ES .es-ES + AddLanguage zh-CN .zh-CN + AddLanguage zh-HK .zh-HK + AddLanguage zh-TW .zh-TW -Alias /.noindex.html /usr/share/httpd/noindex/index.html + LanguagePriority en + ForceLanguagePriority Fallback + + AllowOverride None + Require all granted +