Pyramiden

Results 3 comments of Pyramiden

Same issue using Caddy as reverse proxy (for Immich)

Hello, I have the same issue with Caddy, it worked great with Caddy v2.8.4 but I can't create folders with [v2.9.0](https://github.com/caddyserver/caddy/releases/tag/v2.9.0) (same error 415)

As a workaround for Caddy, you can try this, it works for me: ``` ocis.domain.com { route { @mkcol method MKCOL reverse_proxy @mkcol 127.0.0.1:9200 { request_buffers 1 } reverse_proxy 127.0.0.1:9200...