docker-nginx-http3
docker-nginx-http3 copied to clipboard
Alpine Linux image with Nginx 1.16.1 with HTTP/3 (QUIC), TLSv1.3, 0-RTT, brotli, NJS support, and 10 MB size. All built on the bleeding edge for max performance. Built on the edge, for the edge.
Now the situation looks strange - docker is checking the service for readiness to launch, and nginx is already distributing access to it to the left and right! (Something like...
I have healthcheck in my `docker-compose` file: ```yml healthcheck: test: ["CMD", "service", "nginx", "status"] ``` It works in official image, but not works in `ranadeeppolavarapu/nginx-http3` :-( When I do `docker...
Hello, i set up a website with this docker container as base image. everythings working fine so far. Except that somehow all browsers are still connecting with http2 (tested with...
This will make the image smaller. Without this fix, the other '--no-cache' will have no meaning but only make the build process slower.
make[1]: Leaving directory '/usr/src/nginx-1.21.0' make: *** [Makefile:10: build] Error 2 The command '/bin/sh -c set -x; GPG_KEYS=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && CONFIG=" --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp...
in firefox 92 : http3 used in home page, next sub router used http1.1 instead in chrome 93 only use http2 protocal exmaple repository: [https://github.com/X-neuron/antdFront](url)
Hi, I built this today from your dockerfile as dockerhub is 2months old. Using a lets encrypt ssl cert, I can't get the tests to pass. With https://http3check.net I get:...
Pretty new to this, how can we add the more_clear_headers from nginx-extra? I see it in your nginx.conf but seems it's not working? 
During starting nginx with `nginx.conf`: ``` load_module ngx_http_geoip_module.so; load_module ngx_stream_geoip_module.so; ``` `nginx` provides with the log output: ``` 2021/02/18 15:00:06 [emerg] 1#1: dlopen() "/etc/nginx/ngx_http_geoip_module.so" failed (Error loading shared library libGeoIP.so.1:...