bm39.eu domains in unique file and /.well-known becomes global alias

This commit is contained in:
2021-03-22 08:53:14 +01:00
parent 960fd5b80f
commit 85dcf07260
9 changed files with 91 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