From 0528409640377314b648eccc71f9e4d3a5d998b0 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 4 Sep 2022 05:08:56 +0200 Subject: [PATCH] nginx/traefik: crosslinks --- wiki/nginx.md | 4 ++++ wiki/traefik.md | 1 + 2 files changed, 5 insertions(+) diff --git a/wiki/nginx.md b/wiki/nginx.md index c2b935e..4e98b0c 100644 --- a/wiki/nginx.md +++ b/wiki/nginx.md @@ -1,5 +1,9 @@ # Nginx +[nginx](https://www.nginx.com/) is a http reverse proxy. +An alternative solution for this, especially when used in combination with +[Docker images](./docker.md) is [traefik](./traefik.md). + ## Server A server can be setup via docker with the diff --git a/wiki/traefik.md b/wiki/traefik.md index fba67d2..e113a04 100644 --- a/wiki/traefik.md +++ b/wiki/traefik.md @@ -2,6 +2,7 @@ [Traeffik](https://github.com/traefik/traefik) is a http reverse proxy with a special integration of infrastructure components (e.g. [Docker](./docker.md)). +An alternative solution for this is [nginx](./nginx.md). ## Server