change test-adminipwhitelist par test-adminipallowlist

This commit is contained in:
HPL
2024-08-16 23:36:05 +02:00
parent 1dd2858922
commit 4366dde71a
7 changed files with 7 additions and 9 deletions

View File

@ -31,7 +31,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.${officeServName}-admin.rule=Host(`${site}-${officeHost}.${domain}`) && PathPrefix(`/(c|l)ool/adminws`)"
- "traefik.http.routers.${officeServName}-admin.middlewares=test-adminipwhitelist@file"
- "traefik.http.routers.${officeServName}-admin.middlewares=test-adminipallowlist@file"
- "traefik.http.routers.${officeServName}.rule=Host(`${site}-${officeHost}.${domain}`) && ! PathPrefix(`/(c|l)ool/adminws`)"
networks: