docker-nginx-http3 icon indicating copy to clipboard operation
docker-nginx-http3 copied to clipboard

Stable and up-to-date root-less nginx with quic + http/3, google brotli compression, njs, GeoIP2, and Grade A+ SSL config

Results 20 docker-nginx-http3 issues
Sort by recently updated
recently updated
newest added
trafficstars

I get this message in log when the container starts ``` 2023-01-19 03:13:49 | 2023/01/19 00:13:49 [alert] 1#1: unlink() "/var/run/nginx.pid" failed (13: Permission denied) ``` Here is config ```yaml proxy:...

bug

It seems that nginx will not run as root, so can I set uid and gid for the internal user? for example like [linuxserver](https://docs.linuxserver.io/general/understanding-puid-and-pgid) passing env variables `PGID` and `PUID`?...

enhancement

Ran the dockerfile with the KN007 Enable_BoringSSL_OCSP.patch without error. However i didn't make a test on real https domain.. The KN007 patch is It adds OCSP stapling support for BoringSSL...

wontfix

This can be seen at https://www.ssllabs.com/ssltest/analyze.html?d=wbc.macbre.net under "OCSP stapling" and with the warning when running ```run-docker.sh``` . A patch is available and can be added before building nginx for an...

bug
wontfix

`uname -a`: `Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux` Build Command: `docker build . -t macbre/nginx-http3 -f Dockerfile` ``` #0 16.56 ninja: job...

bug
wontfix

Hi, The current dockerfile has: `EXPOSE 8080 8443` This makes it **super annoying** to get the image working properly. Please just change it to a normal port 80 and 443....

Is it possible to have [something like this](https://gist.github.com/Sund3/9c5c8e7621caaed9d0102529550cf88f)? It enables a few directives like `opentracing` to expose traces.

enhancement
keep-open

I just do not get this image to run, something with permissions is wrong. ``` docker logs nginx ``` I keep getting: ``` nginx: [alert] could not open error log...

question

I'm trying to use this image, so I performed a simple test without making any modifications: - git clone repo - ./run_docker.sh 2025/03/14 17:07:05 [warn] 1#1: "ssl_stapling" ignored, issuer certificate...

Hi there, I've been using your Docker image for Nginx with HTTP/3 support, and I truly appreciate the work you've done! I was wondering if you could consider adding the...

enhancement
keep-open
lua