mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
redir
This commit is contained in:
parent
44abe7ca44
commit
e4ed3135ad
2 changed files with 11 additions and 1 deletions
|
|
@ -125,3 +125,13 @@ uptime.nilstrieb.dev {
|
||||||
log
|
log
|
||||||
redir https://uptime.noratrieb.dev{uri} permanent
|
redir https://uptime.noratrieb.dev{uri} permanent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
olat.nilstrieb.dev {
|
||||||
|
log
|
||||||
|
redir https://olat.noratrieb.dev{uri} permanent
|
||||||
|
}
|
||||||
|
|
||||||
|
olat.nilstrieb.dev:8088 {
|
||||||
|
log
|
||||||
|
redir https://olat.noratrieb.dev{uri} permanent
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@ let
|
||||||
cors-school = vps2 // {
|
cors-school = vps2 // {
|
||||||
subdomains.api = vps2;
|
subdomains.api = vps2;
|
||||||
};
|
};
|
||||||
olat = vps2;
|
|
||||||
|
|
||||||
localhost.A = [ (a "127.0.0.1") ];
|
localhost.A = [ (a "127.0.0.1") ];
|
||||||
|
|
||||||
|
|
@ -54,6 +53,7 @@ let
|
||||||
hugo-chat = vps1 // {
|
hugo-chat = vps1 // {
|
||||||
subdomains.api = vps1;
|
subdomains.api = vps1;
|
||||||
};
|
};
|
||||||
|
olat = vps1;
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
# infra (legacy)
|
# infra (legacy)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue