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
+27
View File
@@ -0,0 +1,27 @@
db.mrredportal.com {
reverse_proxy 192.168.1.191:5984
handle_errors {
respond file:/var/www/fallback/index.html 503
}
}
tools.mrredportal.com {
reverse_proxy 192.168.1.190:80
}
project.mrredportal.com {
reverse_proxy 192.168.1.168:80
}
vtt.mrredportal.com {
reverse_proxy 192.168.1.47:30000
handle_errors {
respond file:/var/www/fallback/index.html 503
}
}
mrredportal.com, www.mrredportal.com {
redir https://zeus.mrredportal.com{uri}
}