Untested fragment for apache conf to add web access to mailstats
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user