Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.19 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.19 KB

poc-nginx

release License size CircleCI

logo

docker-compose network for nginx verification.

Description

A repository for building a simple reverse proxy verification environment using Nginx.

Features

  • 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.

Requirement

  • Docker 18.09+
  • docker-compose 1.24.1+

Install & Usage

# 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

License

Apache License

Author

ryuichi1208