mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
olat baby
This commit is contained in:
parent
d02f3fb4b0
commit
44abe7ca44
33 changed files with 130 additions and 79 deletions
|
|
@ -65,6 +65,19 @@ git.noratrieb.dev {
|
|||
reverse_proxy * localhost:5015
|
||||
}
|
||||
|
||||
olat.noratrieb.dev {
|
||||
log
|
||||
encode zstd gzip
|
||||
reverse_proxy * localhost:5011
|
||||
}
|
||||
|
||||
# unsure if necessary... something was misconfigured in the past here...
|
||||
olat.noratrieb.dev:8088 {
|
||||
log
|
||||
encode zstd gzip
|
||||
reverse_proxy * localhost:5011
|
||||
}
|
||||
|
||||
################################################################
|
||||
# redirects
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ let
|
|||
uptime = vps1;
|
||||
does-it-build = vps4;
|
||||
git = vps1;
|
||||
olat = vps1;
|
||||
|
||||
# --- fun shit
|
||||
localhost.A = [ (a "127.0.0.1") ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue