From 62242bd3887fe1694d198198b6cab897c6ad1773 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 2 Aug 2022 20:53:20 -0400 Subject: [PATCH] fix(nginx): remove links redirect Fixes #22 --- nginx/oliverdavies.uk.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx/oliverdavies.uk.conf b/nginx/oliverdavies.uk.conf index d5485bbb..b2c6f47a 100644 --- a/nginx/oliverdavies.uk.conf +++ b/nginx/oliverdavies.uk.conf @@ -292,7 +292,6 @@ map $uri $new_uri { ~^/kB6Jd/?$ /articles/running-drupal-with-symfony-local-server/; ~^/kmDRA/?$ https://www.bbc.co.uk/news/uk-46561779; ~^/leeds-php-drupal-9/?$ https://www.meetup.com/leedsphp/events/272504993; - ~^/links/?$ /; ~^/npm/?$ https://www.npmjs.com/~opdavies; ~^/oFlkS/?$ /articles/test-driven-drupal-on-gitstore-leanpub; ~^/oliver-davies-uk-based-drupal-symfony-developer/?$ /oliver-davies-uk-based-drupal-php-developer;