autodiscover config mods

Add https to
This commit is contained in:
stefaweb
2018-07-01 09:00:25 +02:00
parent 5acc2f81a3
commit 6e876be34b
2 changed files with 38 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ class Nginx(base.Installer):
self.config.get("general", "domain"))
self._setup_config("automx", hostname)
extra_modoboa_config = """
location /autodiscover/autodiscover.xml {
location ~* ^/autodiscover/autodiscover.xml {
include uwsgi_params;
uwsgi_pass automx;
}