/nginx-perf

Quick docker image setup for testing nginx with HTTP/3

Primary LanguageMakefile

nginx-perf-http3

Quick docker image setup for testing nginx with HTTP/3

Quick start

  • clone the repo
git clone https://github.com/kitsook/nginx-perf.git
  • build the image
cd nginx-perf
docker-compose build
  • create certificates
make certificates
  • start the container
docker-compose up -d

Point your browser to https://localhost. Will need to trust the dummy certificate.

References