From 3989bb8abfbab6d5a425d07f8d0ae23a0977b2af Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Jul 2021 22:27:17 +0200 Subject: [PATCH] Update caddy.txt --- mealie/rootfs/caddy.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 } + }