Browse Source

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.
merge-requests/126/merge
Deimos 4 years ago
parent
commit
f4933be2dd
  1. 8
      salt/salt/nginx/tildes-static-sites.conf.jinja2

8
salt/salt/nginx/tildes-static-sites.conf.jinja2

@ -23,14 +23,6 @@ server {
return 302 https://docs.tildes.net/policies/code-of-conduct; 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 { location /mechanics {
return 302 https://docs.tildes.net/instructions; return 302 https://docs.tildes.net/instructions;
} }

Loading…
Cancel
Save