Page MenuHomeDevCentral

Fix missing CSS on /cd/dashboard without trailing slash
Needs ReviewPublic

Authored by ptdradmin on Tue, Jul 21, 03:38.

Details

Summary

The prefix location /cd/dashboard proxied requests without a trailing
slash directly to Tommy CD, so the browser resolved relative CSS/JS
assets against /cd/ instead of /cd/dashboard/, breaking the styling.

Redirect the exact /cd/dashboard path to /cd/dashboard/ first, same
pattern already used for /cd and /cd/.

Refs T2289

Test Plan

Verified the location block logic mirrors the existing /cd and /cd/
redirect pattern already deployed for this vhost. Manual check on
web-001 recommended once deployed: hit https://infra.nasqueron.org/cd/dashboard
without a trailing slash and confirm CSS loads.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Skipped
Unit
No Test Coverage
Branch
main
Build Status
Buildable 6757
Build 7045: arc lint + arc unit