From 396092d197fdd4af2af7671959667d2bd303de22 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 5 May 2023 10:52:26 -0600 Subject: Initial commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c668776 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Nginx Proxy Test + + +This repos sets up a docker compose environment with nginx as a reverse proxy +to [httpbin]. This serves as a useful playground for testing nginx proxy rules +locally for all kinds of different situtations. + + +[1]: https://httpbin.org/ -- cgit v1.2.3