Page MenuHomeDevCentral

https://infra.nasqueron.org/cd/dashboard without trailing slash doesn't serve CSS
Open, NormalPublic

Description

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   │     }

Event Timeline

dereckson triaged this task as Normal priority.Mon, Mar 23, 14:00
dereckson created this task.
dereckson moved this task from Backlog to Next on the Servers board.