blob: d7df50c5871149029fc237378419c2ac5451786d (
plain) (
tree)
|
|
<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>
|