chore(): small infrastructure refactoring, improves and fixes
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
handle_path /grafana/* {
|
||||
handle /grafana/* {
|
||||
reverse_proxy grafana:3000 {
|
||||
fail_duration 30s
|
||||
max_fails 10
|
||||
health_uri /grafana
|
||||
health_uri /api/health
|
||||
health_interval 10s
|
||||
health_timeout 2s
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user