cache control / rate limit

This commit is contained in:
Mateusz Gruszczyński
2026-01-02 23:19:52 +01:00
parent f28acfa7dd
commit 67ee078f3d

View File

@@ -1,30 +1,4 @@
:80 { :80 {
rate_limit {
zone api {
key {remote_host}
events 30
window 1m
match {
path /api/*
}
}
zone metrics {
key {remote_host}
events 10
window 1m
match {
path /metrics
}
}
zone general {
key {remote_host}
events 100
window 1m
}
}
reverse_proxy gpon-monitoring-app:{$LISTEN_PORT} reverse_proxy gpon-monitoring-app:{$LISTEN_PORT}
header { header {