bm39.eu in unique macro-file, /.well-known moved to global alias config

This commit is contained in:
2021-03-22 08:41:02 +01:00
parent 960fd5b80f
commit a876891231
10 changed files with 164 additions and 22 deletions

View File

@@ -19,6 +19,12 @@
Require all granted
</Directory>
Alias /.well-known/ /home/www/.well-known/
<Directory /home/www/.well-known/>
AllowOverride All
Require all granted
</Directory>
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet