From c6a1ef562c7f393c9afb2a2259ec9b1863c3119e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 20 Jul 2021 08:15:27 +0100 Subject: [PATCH] Update redirect --- tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf b/tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf index d3020e91..d152d411 100644 --- a/tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf +++ b/tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf @@ -612,7 +612,7 @@ server { rewrite ^/webpack-encore-pcss-regex$ https://regexr.com/51iaf; rewrite ^/wordcamp-bristol-tailwindcss$ https://2019.bristol.wordcamp.org/session/taking-flight-with-tailwind-css; rewrite ^/wordpress-tailwind$ https://github.com/opdavies/wordcamp-bristol-2019; - rewrite ^/work$ /drupal-php-developer last; + rewrite ^/work/?$ /drupal-php-developer last; rewrite ^/working-with-workspace$ /talks/working-with-workspace; rewrite ^/workshop-drupal-testing$ https://github.com/opdavies/workshop-drupal-automated-testing; rewrite ^/workspace-demo$ https://github.com/opdavies/working-with-workspace-demo;