fix uptime caddy

This commit is contained in:
nora 2024-02-03 18:13:06 +01:00
parent abc21dc9ca
commit bec08cc25f
2 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,3 @@ vps1.nilstrieb.dev {
root * /var/www/html/debug root * /var/www/html/debug
file_server file_server
} }
uptime.nilstrieb.dev {
reverse_proxy * localhost:5010
}

View file

@ -74,3 +74,7 @@ olat.nilstrieb.dev {
olat.nilstrieb.dev:8088 { olat.nilstrieb.dev:8088 {
reverse_proxy * localhost:5011 reverse_proxy * localhost:5011
} }
uptime.nilstrieb.dev {
reverse_proxy * localhost:5010
}