mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
reverse-proxy: added main page
This commit is contained in:
parent
033eb4c934
commit
f3df426b33
@ -91,6 +91,8 @@ $TTL 1D
|
|||||||
To make the server you operate on the nameserver select a subdomain for it and
|
To make the server you operate on the nameserver select a subdomain for it and
|
||||||
subsitute `<thisserver>` for it and its IP address `<ip of thisserver>`.
|
subsitute `<thisserver>` for it and its IP address `<ip of thisserver>`.
|
||||||
More [DNS records](./dns.md#records) can be added.
|
More [DNS records](./dns.md#records) can be added.
|
||||||
|
Most importantly used and needed for [reverse proxies](./reverse-proxy.md) are
|
||||||
|
[A records](./dns.md#a-record) and [CNAME records](./dns.md#cname-record).
|
||||||
|
|
||||||
Then create `/etc/bind/extra-zones/revp.178.168.192` and fill it with the
|
Then create `/etc/bind/extra-zones/revp.178.168.192` and fill it with the
|
||||||
following lines.
|
following lines.
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
# Nginx
|
# Nginx
|
||||||
|
|
||||||
[nginx](https://www.nginx.com/) is a http reverse proxy.
|
[nginx](https://www.nginx.com/) is a web server that can be used as
|
||||||
An alternative solution for this, especially when used in combination with
|
[reverse proxy](./reverse-proxy.md).
|
||||||
[Docker images](./docker.md) is [traefik](./traefik.md).
|
|
||||||
|
|
||||||
## Server
|
## Server
|
||||||
|
|
||||||
|
12
wiki/reverse-proxy.md
Normal file
12
wiki/reverse-proxy.md
Normal 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
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
[Traeffik](https://github.com/traefik/traefik) is a http reverse proxy with
|
[Traeffik](https://github.com/traefik/traefik) is a http reverse proxy with
|
||||||
a special integration of infrastructure components (e.g. [Docker](./docker.md)).
|
a special integration of infrastructure components (e.g. [Docker](./docker.md)).
|
||||||
An alternative solution for this is [nginx](./nginx.md).
|
|
||||||
|
|
||||||
## Server
|
## Server
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user