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