Welcome to mirror list, hosted at ThFree Co, Russian Federation.

welcome.conf « conf.d « httpd « apache « centos6_apache « testdata « tests « certbot_apache « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1d23c5123cc44a77c8c9208015f28aee815ae8e (plain)
1
2
3
4
5
6
7
8
9
10
11
# 
# This configuration file enables the default "Welcome"
# page if there is no default index page present for
# the root URL.  To disable the Welcome page, comment
# out all the lines below.
#
<LocationMatch "^/+$">
    Options -Indexes
    ErrorDocument 403 /error/noindex.html
</LocationMatch>