Skip to content
Snippets Groups Projects
Commit 1d0048e2 authored by Johnny Hughes's avatar Johnny Hughes
Browse files

fix welcome.conf

parent cb43192e
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,25 @@
# NOTE: if this file is removed, it will be restored on upgrades.
#
<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /.noindex.html
Options -Indexes
ErrorDocument 403 /noindex/index.html
</LocationMatch>
Alias /noindex /usr/share/httpd/noindex
<Directory /usr/share/httpd/noindex>
AllowOverride None
Require all granted
</Directory>
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
</Directory>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment