We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f357ae commit 03b1245Copy full SHA for 03b1245
modoboa_installer/scripts/files/nginx/modoboa.conf.tpl
@@ -44,7 +44,7 @@ server {
44
%{rspamd_enabled} proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
45
%{rspamd_enabled} }
46
47
- location ~ ^/(api|accounts) {
+ location ~ ^/(api|accounts|autodiscover) {
48
include uwsgi_params;
49
uwsgi_param UWSGI_SCRIPT instance.wsgi:application;
50
uwsgi_pass modoboa;
0 commit comments