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;