docker-compose network for nginx verification.
A repository for building a simple reverse proxy verification environment using Nginx.
- Nginx conf syntax test.
- Reverse proxy using Nginx.
- Validation for HTTP Request/Response header.
- SSL offload validation.
- Survey on various types of cash.
- Packet flow at the tcp layer.
- Docker 18.09+
- docker-compose 1.24.1+
# Install
$ git clone https://github.com/ryuichi1208/poc-nginx.git
$ cd poc-nginx
# Usage
$ make help
# packet capture
# cf. https://troushoo.blog.fc2.com/blog-entry-352.html
$ docker run –it –v ~/pcap:/pcap --net=host ubuntu
Apache License