Skip to content

Commit

Permalink
fix: caddy partial metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapaprasanna committed Sep 17, 2024
1 parent a397c55 commit 61808ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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" : ""}
}
Expand Down

0 comments on commit 61808ad

Please sign in to comment.