mirror of https://github.com/tiyn/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
450 B
13 lines
450 B
# 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
|