From f4933be2ddd5146bdea4ec1258cf121370d3cc86 Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 9 Oct 2020 16:50:11 -0600 Subject: [PATCH] Nginx: remove /development redirects on Docs site These were set up to redirect the original locations of the development pages to their new locations inside the instructions folder, but can't be used any more now that we're creating a development folder. --- salt/salt/nginx/tildes-static-sites.conf.jinja2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/salt/salt/nginx/tildes-static-sites.conf.jinja2 b/salt/salt/nginx/tildes-static-sites.conf.jinja2 index ed5cc6d..869bcf6 100644 --- a/salt/salt/nginx/tildes-static-sites.conf.jinja2 +++ b/salt/salt/nginx/tildes-static-sites.conf.jinja2 @@ -23,14 +23,6 @@ server { return 302 https://docs.tildes.net/policies/code-of-conduct; } - location /development { - return 302 https://docs.tildes.net/instructions/development; - } - - location /development-setup { - return 302 https://docs.tildes.net/instructions/development-setup; - } - location /mechanics { return 302 https://docs.tildes.net/instructions; }