From 62f01a243c738542b9f061352b575efc1eefb949 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Jul 2021 22:13:02 +0200 Subject: [PATCH] Update caddy.txt --- mealie/rootfs/caddy.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mealie/rootfs/caddy.txt b/mealie/rootfs/caddy.txt index 5c0271872..693723888 100644 --- a/mealie/rootfs/caddy.txt +++ b/mealie/rootfs/caddy.txt @@ -1,5 +1,5 @@ -:81 { +:8099 { @proxied path /api/* /docs /openapi.json @static { @@ -19,14 +19,12 @@ handle @proxied { uri strip_suffix / - header X-Frame-Options "SAMEORIGIN" reverse_proxy http://127.0.0.1:9000 } handle { header @static Cache-Control max-age=31536000 root * /app/dist - header X-Frame-Options "SAMEORIGIN" try_files {path}.html {path} / file_server }