Compare commits
6 Commits
fix/oauth2
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00d79f518d | ||
|
|
03b124501e | ||
|
|
5f357aef42 | ||
|
|
e1aa0ab723 | ||
|
|
88b2384fa8 | ||
|
|
bb02255c0f |
@@ -149,7 +149,6 @@ service auth {
|
||||
%{radicale_enabled} mode = 0666
|
||||
%{radicale_enabled} user = %{radicale_user}
|
||||
%{radicale_enabled} group = %{radicale_user}
|
||||
%{radicale_enabled} type = auth-legacy
|
||||
%{radicale_enabled}}
|
||||
|
||||
# Auth process is run as this user.
|
||||
|
||||
@@ -44,7 +44,7 @@ server {
|
||||
%{rspamd_enabled} proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
%{rspamd_enabled} }
|
||||
|
||||
location ~ ^/(api|accounts) {
|
||||
location ~ ^/(api|accounts|autodiscover) {
|
||||
include uwsgi_params;
|
||||
uwsgi_param UWSGI_SCRIPT instance.wsgi:application;
|
||||
uwsgi_pass modoboa;
|
||||
|
||||
@@ -1 +1 @@
|
||||
36c8352223481a87316367f76cfc8c5772286e7a
|
||||
03b124501ec1a61eaa3063ac9fb839fdbc64f00c
|
||||
Reference in New Issue
Block a user