diff options
author | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2018-02-04 21:15:27 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-04-27 16:09:07 -0500 |
commit | be6bc7b26c9ad0574ed6cfb17470224d2a5e8820 (patch) | |
tree | 8b06ae2be324fb4baf2961be4061a10d9153e1ee /user/apache-httpd/conf/alias.conf | |
parent | bf44d023eda4469b01cfec21bebe664feea6285c (diff) | |
download | packages-be6bc7b26c9ad0574ed6cfb17470224d2a5e8820.tar.gz packages-be6bc7b26c9ad0574ed6cfb17470224d2a5e8820.tar.bz2 packages-be6bc7b26c9ad0574ed6cfb17470224d2a5e8820.tar.xz packages-be6bc7b26c9ad0574ed6cfb17470224d2a5e8820.zip |
user/apache-httpd: new package
Diffstat (limited to 'user/apache-httpd/conf/alias.conf')
-rw-r--r-- | user/apache-httpd/conf/alias.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/apache-httpd/conf/alias.conf b/user/apache-httpd/conf/alias.conf new file mode 100644 index 000000000..d7df50c58 --- /dev/null +++ b/user/apache-httpd/conf/alias.conf @@ -0,0 +1,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>
\ No newline at end of file |