Initial Pantheon infrastructure
This commit is contained in:
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user