From 13bca920fb02b4548dca5ff431ba51d3167503b7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Oct 2022 00:40:18 +0100 Subject: [PATCH] build(nginx): add redirect --- nginx/oliverdavies.uk.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/oliverdavies.uk.conf b/nginx/oliverdavies.uk.conf index e7ce23e7..875931e3 100644 --- a/nginx/oliverdavies.uk.conf +++ b/nginx/oliverdavies.uk.conf @@ -31,6 +31,7 @@ map $uri $new_uri { ~^/ansistrano-code/?$ https://github.com/opdavies/dransible; ~^/ansistrano-demo/?$ https://www.youtube.com/watch?v=PLS4ET7FAcU; ~^/ansistrano-slides/?$ /talks/deploying-php-ansible-ansistrano; + ~^/archive/2022/10/20/run-vs-task-runners/? /archive/2022/10/19/run-vs-task-runners; ~^/articles/(.*)/?$ /blog/$1; ~^/atNOQ/?$ https://youtu.be/r41dkD2EOo8; ~^/automatically-updating-talk-created-date/?$ https://gist.github.com/opdavies/4e75e1753d8603113f07f8264bb783d6;