1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-03 13:01:20 +02:00

Fix access to radicale

This commit is contained in:
Dimitri Huisman 2023-03-28 20:01:43 +00:00
parent 83c44740f6
commit 36069e3e06
No known key found for this signature in database
3 changed files with 5 additions and 0 deletions

View File

@ -27,3 +27,6 @@ proxy_hide_header X-HTTP-Method;
proxy_hide_header X-HTTP-Method-Override;
proxy_hide_header X-Method;
proxy_hide_header X-Method-Override;
proxy_hide_header X-Remote-User;
proxy_hide_header X-Script-Name;

View File

@ -18,5 +18,6 @@ type = multifilesystem
filesystem_folder = /data
[logging]
level = info
[headers]

View File

@ -39,6 +39,7 @@ services:
networks:
- default
- webmail
- radicale
volumes:
- "{{ root }}/certs:/certs"
- "{{ root }}/overrides/nginx:/overrides:ro"