Three different tests to check NginX features against DDOS.
docker build -t nginx-rate-limit .
docker run -d -p 8080:80 --name nginx-rate-limiter nginx-rate-limit
./test_ddos.sh
docker-compose up --build
Not working properly
docker-compose up --build