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:
parent
83c44740f6
commit
36069e3e06
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user