mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 17:22:20 +00:00
Fix access to radicale
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -18,5 +18,6 @@ type = multifilesystem
|
||||
filesystem_folder = /data
|
||||
|
||||
[logging]
|
||||
level = info
|
||||
|
||||
[headers]
|
||||
|
||||
@@ -39,6 +39,7 @@ services:
|
||||
networks:
|
||||
- default
|
||||
- webmail
|
||||
- radicale
|
||||
volumes:
|
||||
- "{{ root }}/certs:/certs"
|
||||
- "{{ root }}/overrides/nginx:/overrides:ro"
|
||||
|
||||
Reference in New Issue
Block a user