1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-04-19 10:31:36 +02:00

reverse-proxy: added main page

This commit is contained in:
2022-09-24 04:02:03 +02:00
parent 033eb4c934
commit f3df426b33
4 changed files with 16 additions and 4 deletions

12
wiki/reverse-proxy.md Normal file
View File

@@ -0,0 +1,12 @@
# Reverse proxy
A reverse proxy is an application that is upstream of back-end application and
forwards clients to those.
## Software that can be used as reverse proxy
The following software can be used as reverse proxy.
- [Traefik](./traefik.md) is a http and https reverse proxy with a special
integration of infrastructure components (e.g. [Docker](./docker.md))
- [NGINX](./nginx.md) is a webserver that can be also used as a reverse proxy