diff options
Diffstat (limited to 'apache2/autoconfig.conf.in')
-rw-r--r-- | apache2/autoconfig.conf.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apache2/autoconfig.conf.in b/apache2/autoconfig.conf.in new file mode 100644 index 0000000..68305fa --- /dev/null +++ b/apache2/autoconfig.conf.in @@ -0,0 +1,13 @@ + +# SPDX-License-Identifier: LGPL-3.0-or-later + +<Directory @datarootdir@/emailautoconf> + AllowOverride None + Require all granted +</Directory> + +<Location "/.well-known/autoconfig/mail/config-v1.1.xml"> + Alias "@datarootdir@/emailautoconf/php/thunderbird.php" + SetHandler application/x-httpd-php +</Location> + |