mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 22:26:59 -04:00
Part of #7593. * Refactor tests out of packaged module for apache plugin * Exclude pycache and .py[cod] * Change tests path in tox.ini
11 lines
299 B
Text
11 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>
|
|
|