Initial Pantheon infrastructure

This commit is contained in:
2026-08-03 22:56:18 +10:00
commit afc9ee12f8
36 changed files with 4408 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
proxmox.mrredportal.com {
reverse_proxy 192.168.1.20:8006
handle_errors {
respond file:/var/www/fallback/index.html 503
}
}
dashboard.mrredportal.com {
reverse_proxy 192.168.1.122:3000
handle_errors {
respond file:/var/www/fallback/index.html 503
}
}
router.mrredportal.com {
reverse_proxy 192.168.1.1:8443
}