Skip to content

Commit 03b1245

Browse files
committed
Updated nginx config to redirect autodiscover requests to modoboa
1 parent 5f357ae commit 03b1245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modoboa_installer/scripts/files/nginx/modoboa.conf.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ server {
4444
%{rspamd_enabled} proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
4545
%{rspamd_enabled} }
4646

47-
location ~ ^/(api|accounts) {
47+
location ~ ^/(api|accounts|autodiscover) {
4848
include uwsgi_params;
4949
uwsgi_param UWSGI_SCRIPT instance.wsgi:application;
5050
uwsgi_pass modoboa;

0 commit comments

Comments
 (0)