add --with-debug

master
yurymuski 2 years ago
parent c55df02f0d
commit 23f424b839
  1. 1
      Dockerfile
  2. 4
      README.md

@ -61,6 +61,7 @@ RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
--with-stream_realip_module \ --with-stream_realip_module \
--with-stream_ssl_module \ --with-stream_ssl_module \
--with-stream_ssl_preread_module \ --with-stream_ssl_preread_module \
--with-debug
--add-module=/opt/ngx_brotli \ --add-module=/opt/ngx_brotli \
--with-http_v3_module \ --with-http_v3_module \
--with-openssl=/opt/quiche/quiche/deps/boringssl \ --with-openssl=/opt/quiche/quiche/deps/boringssl \

@ -24,8 +24,8 @@ docker run -it --rm --name certbot \
- create nginx.conf like in example - create nginx.conf like in example
```sh ```sh
# NOTE: --priviliged needed for setsockopt(SO_TXTIME) access # NOTE: --privileged needed for setsockopt(SO_TXTIME) access
docker run --name nginx --priviliged -d -p 80:80 -p 443:443/tcp -p 443:443/udp -v ${PWD}/temp/letsencrypt/:/opt/nginx/certs/ -v ${PWD}/nginx.conf:/etc/nginx/nginx.conf ymuski/nginx-http3 docker run --name nginx --privileged -d -p 80:80 -p 443:443/tcp -p 443:443/udp -v ${PWD}/temp/letsencrypt/:/opt/nginx/certs/ -v ${PWD}/nginx.conf:/etc/nginx/nginx.conf ymuski/nginx-http3
``` ```

Loading…
Cancel
Save