nginx-proxy-auto-docker/test/stress_tests/test_deleted_cert
dependabot[bot] 097595f3be chore(deps): bump nginx from 1.19.10 to 1.21.0
Bumps nginx from 1.19.10 to 1.21.0.

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-27 10:47:26 +02:00
..
certs TESTS: add stress test when a certificate file is missing 2017-03-08 21:21:32 +01:00
tmp_certs TESTS: add stress test when a certificate file is missing 2017-03-08 21:21:32 +01:00
docker-compose.yml chore(deps): bump nginx from 1.19.10 to 1.21.0 2022-05-27 10:47:26 +02:00
README.md TESTS: add stress test when a certificate file is missing 2017-03-08 21:21:32 +01:00
test_restart_while_missing_cert.py chore(deps): bump nginx from 1.19.10 to 1.21.0 2022-05-27 10:47:26 +02:00

Test the behavior of nginx-proxy when restarted after deleting a certificate file is was using.

  1. nginx-proxy is created with a virtual host having a certificate
  2. while nginx-proxy is running, the certificate file is deleted
  3. nginx-proxy is then restarted (without removing the container)