From e4d3d3ae95bfb204b070bb9b2acce3b525f990ff Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Thu, 5 Sep 2024 23:39:19 +0200 Subject: [PATCH] Move Caddy fs root instruction --- www.jotoho.de/Caddyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www.jotoho.de/Caddyfile b/www.jotoho.de/Caddyfile index 9013528..398bc58 100644 --- a/www.jotoho.de/Caddyfile +++ b/www.jotoho.de/Caddyfile @@ -2,6 +2,6 @@ http://www.jotoho.de header Content-Security-Policy "default-src 'self' https://jotoho.de https://*.jotoho.de; base-uri https://jotoho.de https://*.jotoho.de; object-src 'none'; frame-ancestors 'none'; upgrade-insecure-requests;" -file_server { - root /site/ -} +root /site/ + +file_server