blob: d7df50c5871149029fc237378419c2ac5451786d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<IfModule alias_module>
# This configuration allows for acmetool to run in webroot mode, aliasing
# the ACME challenge to the acmetool runtime challenge directory.
#
#Alias "/.well-known/acme-challenge/" "/var/run/acme/acme-challenge/"
#<Directory "/var/run/acme/acme-challenge">
# AllowOverride None
# Options None
#
# # If using Apache 2.4+
# Require all granted
#</Directory>
</IfModule>
|