From 1602b2b9fb490bf9e92cc821fc58320978ae3c94 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Thu, 5 Dec 2024 11:40:32 -0800 Subject: [PATCH] fix Caddyfile format to avoid complaints --- docker-example/production-one-port/Caddyfile | 2 +- docker-example/simple-one-port/Caddyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-example/production-one-port/Caddyfile b/docker-example/production-one-port/Caddyfile index 13d94ce8e..28fb01861 100644 --- a/docker-example/production-one-port/Caddyfile +++ b/docker-example/production-one-port/Caddyfile @@ -11,4 +11,4 @@ root * /srv route { try_files {path} {path}/ /404.html file_server -} \ No newline at end of file +} diff --git a/docker-example/simple-one-port/Caddyfile b/docker-example/simple-one-port/Caddyfile index 13d94ce8e..28fb01861 100644 --- a/docker-example/simple-one-port/Caddyfile +++ b/docker-example/simple-one-port/Caddyfile @@ -11,4 +11,4 @@ root * /srv route { try_files {path} {path}/ /404.html file_server -} \ No newline at end of file +}