From b216b2f90863577e06d82da58475aee470478a20 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Fri, 22 Sep 2023 12:52:32 -0700 Subject: [PATCH] Fix: restore fronend extra port health check --- frontend/Caddyfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/Caddyfile b/frontend/Caddyfile index 7808957..08a87cd 100644 --- a/frontend/Caddyfile +++ b/frontend/Caddyfile @@ -38,3 +38,9 @@ file_server } + +:3001 { + handle /health { + respond "OK" + } +}