From 74933fc261844007bd69d8f831110f6151471d58 Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Tue, 17 Sep 2024 18:59:51 +0530 Subject: [PATCH] fix: caddy partial metrics (#36376) ## Summary by CodeRabbit - **New Features** - Introduced metrics collection for enhanced monitoring and performance analysis. - **Bug Fixes** - Preserved existing functionality related to rate limiting and basic authentication. > [!WARNING] > Tests have not run on the HEAD 61808ad230907d204676a7aa83aee9d3b4054376 yet >
Tue, 17 Sep 2024 13:28:01 UTC --- deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs b/deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs index 4e6eeddc25c..4d644c5d41b 100644 --- a/deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs +++ b/deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs @@ -48,6 +48,7 @@ parts.push(` acme_ca_root /etc/ssl/certs/ca-certificates.crt servers { trusted_proxies static 0.0.0.0/0 + metrics } ${isRateLimitingEnabled ? "order rate_limit before basicauth" : ""} }