diff --git a/mealie/rootfs/caddy.txt b/mealie/rootfs/caddy.txt index 3e2efb956..96b95e2f9 100644 --- a/mealie/rootfs/caddy.txt +++ b/mealie/rootfs/caddy.txt @@ -29,5 +29,11 @@ root * /app/dist try_files {path}.html {path} / file_server + } + + handle_path /* { + header X-Frame-Options "SAMEORIGIN" + reverse_proxy http://127.0.0.1:9000 } + }