From 5c3be60532cd6d88c48d5a2bcc29cd834e28b90c Mon Sep 17 00:00:00 2001 From: William Wong <46506352+tar-xz@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:26:45 +0800 Subject: [PATCH] Unify `` throughout the doc Signed-off-by: William Wong <46506352+tar-xz@users.noreply.github.com> --- reverse-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 330c28ea..c7ae0b29 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -505,7 +505,7 @@ myNextcloudApp.use((req, res) => { proxy.web(req, res, {}, onProxyError); }); -vhost.use(vhostFunc('', myNextcloudApp)); +vhost.use(vhostFunc('', myNextcloudApp)); const httpServer = http.createServer(app); httpServer.listen('80'); @@ -579,7 +579,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