mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user