diff --git a/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/infra.conf b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/infra.conf --- a/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/infra.conf +++ b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/infra.conf @@ -44,6 +44,10 @@ return 302 https://infra.nasqueron.org/cd/dashboard/; } + location = /cd/ { + return 302 https://infra.nasqueron.org/cd/dashboard/; + } + location /cd/dashboard { rewrite ^/cd/dashboard/?(.*)$ /$1 break;