olat baby

This commit is contained in:
nora 2025-04-19 14:07:44 +02:00
parent d02f3fb4b0
commit 44abe7ca44
33 changed files with 130 additions and 79 deletions

View file

@ -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

View file

@ -70,6 +70,7 @@ let
uptime = vps1;
does-it-build = vps4;
git = vps1;
olat = vps1;
# --- fun shit
localhost.A = [ (a "127.0.0.1") ];