From a1e7c8ba98b3c460e881367d12dbc198f1574e98 Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Fri, 26 Jun 2020 05:48:38 +0200 Subject: [PATCH] Remove trailing slash --- Caddyfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Caddyfile b/Caddyfile index b10ffb4..af2f66d 100644 --- a/Caddyfile +++ b/Caddyfile @@ -18,6 +18,8 @@ } respond @ignore "no" 404 + try_files {path} {path}/ {path}/index.html + encode gzip }