Skip to content

apetryla/nginx_test

Repository files navigation

Test for nginx service

This is a simple web application (index.html) with nginx reverse proxy and an e2e test. It has its own docker image, which is built, tested, pushed and deployed to production through github actions (the deployment to production is done by ansible behind the scenes). The devops flow diagram.

Install requirements

pip install -r requirements.txt

Run the app

docker run -d -p 80:80 kaniuxxjd/nginx-test-app:latest

Run the test

python3 test_nginx.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published