mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Unify <your-nc-domain> throughout the doc
Signed-off-by: William Wong <46506352+tar-xz@users.noreply.github.com>
This commit is contained in:
parent
ad4b48c82e
commit
5c3be60532
1 changed files with 2 additions and 2 deletions
|
|
@ -505,7 +505,7 @@ myNextcloudApp.use((req, res) => {
|
||||||
proxy.web(req, res, {}, onProxyError);
|
proxy.web(req, res, {}, onProxyError);
|
||||||
});
|
});
|
||||||
|
|
||||||
vhost.use(vhostFunc('<your-nextcloud-domain>', myNextcloudApp));
|
vhost.use(vhostFunc('<your-nc-domain>', myNextcloudApp));
|
||||||
|
|
||||||
const httpServer = http.createServer(app);
|
const httpServer = http.createServer(app);
|
||||||
httpServer.listen('80');
|
httpServer.listen('80');
|
||||||
|
|
@ -579,7 +579,7 @@ The examples below define the dynamic configuration in YAML files. If you rather
|
||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
rule: "Host(`<your-nextcloud-domain>`)"
|
rule: "Host(`<your-nc-domain>`)"
|
||||||
entrypoints:
|
entrypoints:
|
||||||
- "https"
|
- "https"
|
||||||
service: nextcloud
|
service: nextcloud
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue