mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +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-HTTP-Method-Override;
|
||||||
proxy_hide_header X-Method;
|
proxy_hide_header X-Method;
|
||||||
proxy_hide_header X-Method-Override;
|
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
|
filesystem_folder = /data
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
|
level = info
|
||||||
|
|
||||||
[headers]
|
[headers]
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- webmail
|
- webmail
|
||||||
|
- radicale
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ root }}/certs:/certs"
|
- "{{ root }}/certs:/certs"
|
||||||
- "{{ root }}/overrides/nginx:/overrides:ro"
|
- "{{ root }}/overrides/nginx:/overrides:ro"
|
||||||
|
|||||||
Reference in New Issue
Block a user