File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,8 +121,6 @@ services:
121121 - " traefik.http.routers.rest-api.entrypoints=websecure"
122122 - " traefik.http.routers.rest-api.tls.certresolver=letsencrypt"
123123 - " traefik.http.routers.rest-api.service=rest-api"
124- # Middleware: rate limiting + retry
125- - " traefik.http.routers.rest-api.middlewares=rate-limit-api@file,retry@file"
126124 - " traefik.http.services.rest-api.loadbalancer.server.port=4000"
127125 # Health check - only route to healthy containers
128126 - " traefik.http.services.rest-api.loadbalancer.healthcheck.path=/health"
@@ -323,8 +321,6 @@ services:
323321 - " traefik.http.routers.webapp.entrypoints=websecure"
324322 - " traefik.http.routers.webapp.tls.certresolver=letsencrypt"
325323 - " traefik.http.routers.webapp.service=webapp"
326- # Middleware: rate limiting
327- - " traefik.http.routers.webapp.middlewares=rate-limit-global@file"
328324 - " traefik.http.services.webapp.loadbalancer.server.port=3000"
329325 # Health check - Traefik only routes to healthy containers
330326 - " traefik.http.services.webapp.loadbalancer.healthcheck.path=/api/health"
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ http:
1515 frameDeny : true
1616 contentTypeNosniff : true
1717 browserXssFilter : true
18- referrerPolicy : " strict-origin-when-cross-origin"
18+ referrerPolicy : ' strict-origin-when-cross-origin'
1919 customResponseHeaders :
20- X-Powered-By : " "
21- Server : " "
20+ X-Powered-By : ' '
21+ Server : ' '
2222
2323 # -------------------------------------------------------------------------
2424 # Compression
You can’t perform that action at this time.
0 commit comments