add nginx reverse proxy examples

This commit is contained in:
Florian
2021-12-26 22:38:20 +01:00
committed by PlantUML
parent 12224aa16e
commit da290a15fe
8 changed files with 339 additions and 14 deletions

4
examples/README.md Normal file
View File

@@ -0,0 +1,4 @@
# Examples
- [Nginx simple reverse proxy example](./nginx-simple)
- [Nginx reverse proxy example with defined location directive (different context path)](./nginx-contextpath)