diff options
author | Adam Spragg <adam@spra.gg> | 2021-10-04 09:40:04 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2021-10-04 09:40:04 +0100 |
commit | edf137a7d0a15f5b63f50392aad9927f043bf53c (patch) | |
tree | 0f7ac8467eabae62daf5406f557a2f1c088f7e06 /apache2/autoconfig.conf.in |
First working version of emailautoconf
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> + |