Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwtgck/docker-nginx-http3
Docker image for Nginx + HTTP/3 powered by Quiche
https://github.com/nwtgck/docker-nginx-http3
http3 nginx quic quiche reverse-proxy
Last synced: 3 months ago
JSON representation
Docker image for Nginx + HTTP/3 powered by Quiche
- Host: GitHub
- URL: https://github.com/nwtgck/docker-nginx-http3
- Owner: nwtgck
- License: mit
- Created: 2019-11-01T16:47:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T08:30:55.000Z (over 2 years ago)
- Last Synced: 2023-02-27T02:56:56.015Z (almost 2 years ago)
- Topics: http3, nginx, quic, quiche, reverse-proxy
- Language: Dockerfile
- Homepage:
- Size: 57.6 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-nginx-http3
[![GitHub Actions](https://github.com/nwtgck/docker-nginx-http3/workflows/Docker%20Image%20CI/badge.svg)](https://github.com/nwtgck/docker-nginx-http3/actions) [![](https://images.microbadger.com/badges/image/nwtgck/nginx-http3.svg)](https://microbadger.com/images/nwtgck/nginx-http3 "Get your own image badge on microbadger.com")Docker image for Nginx + HTTP/3 powered by [Quiche](https://github.com/cloudflare/quiche)
## Docker Hub
[nwtgck/nginx-http3 - Docker Hub](https://hub.docker.com/r/nwtgck/nginx-http3)
```bash
docker pull nwtgck/nginx-http3
```## Example
Here is an example using this image with Docker Compose.
- [Reverse proxy example using Docker Compose](https://github.com/nwtgck/ghost-nginx-http3-docker-compose)`nginx.conf` in the example might help you to know how to use this image.
## HTTP/3 in Google Chrome Canary
![HTTP/3 in Google Chrome](doc_assets/http3.png)
(`http/2+quic/99` means HTTP/3)In macOS, you can run Chrome Canary
by `/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --enable-quic --quic-version=h3-23`, enabling HTTP/3 feature.
(ref: [HTTP/3: the past, the present, and the future](https://blog.cloudflare.com/http3-the-past-present-and-future/))