There is a location/proxy_pass nginx configuration issue for Tommy CD.
URL ok: https://infra.nasqueron.org/cd/dashboard/
URL not ok: https://infra.nasqueron.org/cd/dashboard
Current configuration:
roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/infra.conf
57 │ location /cd/dashboard {
58 │ rewrite ^/cd/dashboard/?(.*)$ /$1 break;
59 │
60 │ proxy_pass http://tommy_cd;
61 │ include includes/proxy;
62 │ }