# Http3 support?

**URL:** https://meta.discourse.org/t/http3-support/329153
**Category:** Feature
**Tags:** docker
**Created:** [October 3, 2024, 8:53am UTC](https://meta.discourse.org/t/http3-support/329153 "2024-10-03T08:53:50Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [October 4, 2024, 4:06pm UTC](https://meta.discourse.org/t/http3-support/329153/13 "2024-10-04T16:06:43Z")

</div>

The cleanest way to build it, which has potential to be something we eventually ship would be adding a new template that would be an alternative to [web.ssl.template.yml](https://github.com/discourse/discourse_docker/blob/main/templates/web.ssl.template.yml), let’s call it `web.ssl2.template.yml`.

In this template, instead of modifying nginx, it starts an alternative web server, let’s say Caddy, which handles all the traffic and proxies to the nginx. This would allow a lot of experimentation, ability to test multiple web servers, and can potentially evolve into something we could make a default for new installs.

---

_[View the full topic](https://meta.discourse.org/t/http3-support/329153)._
