From d1b8b08c5f1932533f914e6e79f8c0f66747b737 Mon Sep 17 00:00:00 2001 From: Subhrashis Das Date: Thu, 3 Apr 2025 19:39:23 +0530 Subject: [PATCH] chore: add HTTP/3 support (#40064) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Sanity" ### :mag: Cypress test results > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: 11254f8eb5b8e4c96404f9d833d73e29e12993e6 > Cypress dashboard. > Tags: `@tag.Sanity` > Spec: >
Thu, 03 Apr 2025 10:41:27 UTC ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No ## Summary by CodeRabbit - **New Features** - Improved server capabilities by enabling support for HTTP/1, HTTP/2, and HTTP/3, enhancing performance and compatibility with various client protocols. --- 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 c2d05cff93..ee605f92cf 100644 --- a/deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs +++ b/deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs @@ -47,6 +47,7 @@ parts.push(` persist_config off acme_ca_root /etc/ssl/certs/ca-certificates.crt servers { + protocols h1 h2 h3 trusted_proxies static 0.0.0.0/0 metrics }