From 2cbee1878525669a8f00a254dd6ae41fd3ba061f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 15 Jul 2021 23:43:10 +0100 Subject: [PATCH] Add redirects --- tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf | 3 ++- 1 file changed, 2 insertions(+), 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 da50af34..187e9e21 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 @@ -249,7 +249,7 @@ server { rewrite ^/articles/using-imagecache-and-imagecrop-my-portfolio$ /blog/using-imagecache-and-imagecrop-my-portfolio; rewrite ^/articles/using-remote-files-when-developing-locally-with-stage-file-proxy-module$ /blog/using-remote-files-when-developing-locally-stage-file-proxy-module; rewrite ^/articles/using-remote-files-when-developing-locally-with-stage-file-proxy-module$ /blog/using-remote-files-when-developing-locally-with-stage-file-proxy-module; - rewrite ^/articles/using-tailwind-css-in-your-drupal-theme$ /blog/using-tailwind-css-in-your-drupal-theme; + rewrite ^/articles/using-tailwind-css-in-your-drupal-theme$ /blog/using-tailwind-css-your-drupal-theme; rewrite ^/articles/what-git-flow$ /blog/what-git-flow; rewrite ^/articles/writing-article-linux-journal$ /blog/writing-article-linux-journal; rewrite ^/articles/writing-info-file-drupal-7-theme$ /blog/writing-info-file-drupal-7-theme; @@ -331,6 +331,7 @@ server { rewrite ^/blog/2013/09/create-zen-sub-theme-using-drush$ /blog/create-zen-sub-theme-using-drush; rewrite ^/blog/2013/11/19/dont-bootstrap-drupal-use-drush$ /blog/dont-bootstrap-drupal-use-drush; rewrite ^/blog/2013/11/27/useful-vagrant-commands$ /blog/useful-vagrant-commands; + rewrite ^/blog/2013/11/dont-bootstrap-drupal-use-drush$ /blog/dont-bootstrap-drupal-use-drush; rewrite ^/blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget$ /blog/quickly-apply-patches-using-git-and-curl-or-wget; rewrite ^/blog/2013/12/31/download-different-versions-drupal-drush$ /blog/download-different-versions-drupal-drush; rewrite ^/blog/2014/01/15/some-useful-git-aliases$ /blog/some-useful-git-aliases;