From 34e97a160f3e98b5223f6fe83fac172c0da4dc7c Mon Sep 17 00:00:00 2001 From: Midou36O Date: Sat, 10 Feb 2024 11:55:03 +0100 Subject: [PATCH] Wait why https? --- privfrontends/templates/eu/misc.Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privfrontends/templates/eu/misc.Caddyfile b/privfrontends/templates/eu/misc.Caddyfile index 0b4be56..64bf0dd 100644 --- a/privfrontends/templates/eu/misc.Caddyfile +++ b/privfrontends/templates/eu/misc.Caddyfile @@ -69,7 +69,7 @@ www.midou.dev midou.dev { # header_up Host {http.reverse_proxy.upstream.hostport} # } #root * /var/www/midouwebsite -reverse_proxy https://localhost:3000 +reverse_proxy http://localhost:3000 # Apparently sveltekit built apps needs to have strict path tries. #try_files {path} {path}/index.html {path}.html =404 #file_server