mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
Merge pull request #3931 from tar-xz/main
Unify `<your-nc-domain>` throughout the doc
This commit is contained in:
commit
c1dab5790c
1 changed files with 2 additions and 2 deletions
|
@ -505,7 +505,7 @@ myNextcloudApp.use((req, res) => {
|
|||
proxy.web(req, res, {}, onProxyError);
|
||||
});
|
||||
|
||||
vhost.use(vhostFunc('<your-nextcloud-domain>', myNextcloudApp));
|
||||
vhost.use(vhostFunc('<your-nc-domain>', 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(`<your-nextcloud-domain>`)"
|
||||
rule: "Host(`<your-nc-domain>`)"
|
||||
entrypoints:
|
||||
- "https"
|
||||
service: nextcloud
|
||||
|
|
Loading…
Reference in a new issue