Untested fragment for apache conf to add web access to mailstats

This commit is contained in:
2024-06-04 10:34:39 +01:00
parent 4a0c17e1c0
commit 5f737912e4
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# Alias for mailstats
Alias "/mailstats" "/opt/mailstats/html"
<Directory "/opt/mailstats/html">
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>