Files
dokploy/apps/dokploy/__test__
Mauricio Siu f8eb3c2b76 fix: swap stripPrefix and addPrefix middleware order in Traefik domain config
When both stripPath and internalPath are configured, addPrefix was pushed
before stripPrefix causing incorrect path rewriting (e.g. /app/v2/public/api
instead of /app/v2/api). Traefik executes middlewares in array order, so
stripPrefix must come first.

Closes #4061
2026-04-09 17:35:42 -06:00
..
2026-04-05 19:04:17 +00:00
2026-03-29 22:02:53 +00:00
2026-03-30 09:34:27 +11:00