Actualizar ipWhiteList a ipAllowList en documentación

This commit is contained in:
2025-12-01 18:09:51 +01:00
parent 1822c4f3fb
commit 7c0b7b62c1

View File

@@ -70,7 +70,7 @@ services:
Puedes combinar varios: Puedes combinar varios:
```yaml ```yaml
- "traefik.http.routers.app.middlewares=security-headers@file,rate-limit@file,ip-whitelist@file" - "traefik.http.routers.app.middlewares=security-headers@file,rate-limit@file,ip-allowlist@file"
``` ```
## Recarga automática ## Recarga automática