From 91618de5a71b2af4732a723b5997bb300521d44c Mon Sep 17 00:00:00 2001 From: Zxhir <98621617+Imzxhir@users.noreply.github.com> Date: Sun, 3 Sep 2023 15:52:10 +0100 Subject: [PATCH] Fix a small mistake in Traefik Docs Signed-off-by: Zxhir <98621617+Imzxhir@users.noreply.github.com> --- reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index b7dbfdae..a61510cc 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -541,7 +541,7 @@ The examples below define the dynamic configuration in YAML files. If you rather http: routers: nextcloud: - rule: "Host()" + rule: "Host(``)" entrypoints: - "https" service: nextcloud