diff options
author | Cody Hiar <cody@hiar.ca> | 2023-05-05 10:52:26 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-05-05 10:52:26 -0600 |
commit | 396092d197fdd4af2af7671959667d2bd303de22 (patch) | |
tree | 8b95522122f8215c1ba41472fb7a3eae76c6f2c6 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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/ |