fix(deploy): fixed proxy configuration

This commit is contained in:
ITQ
2026-04-18 13:26:09 +03:00
parent 97e60f07d8
commit 1427a525b8
+1 -9
View File
@@ -9,14 +9,6 @@
:80 { :80 {
encode gzip zstd encode gzip zstd
handle_path /static/* {
uri strip_prefix /static
reverse_proxy backend-staticfiles:80 {
fail_duration 30s
max_fails 10
}
}
handle /grafana/* { handle /grafana/* {
reverse_proxy grafana:3000 { reverse_proxy grafana:3000 {
fail_duration 30s fail_duration 30s
@@ -36,7 +28,7 @@
fail_duration 30s fail_duration 30s
max_fails 10 max_fails 10
health_uri /ready health_uri /actuator/health/readiness
health_interval 10s health_interval 10s
health_timeout 2s health_timeout 2s
} }