mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
12 lines
299 B
Text
12 lines
299 B
Text
|
|
#
|
||
|
|
# 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>
|
||
|
|
|