Add Nginx config files to repo
Allows us to edit redirects and headers locally.
This commit is contained in:
12
nginx/020-redirects.conf
Normal file
12
nginx/020-redirects.conf
Normal file
@ -0,0 +1,12 @@
|
||||
location = /old/ {
|
||||
return 301 /classic/;
|
||||
}
|
||||
location = /software/im/ {
|
||||
return 301 /software/real-time-communication/;
|
||||
}
|
||||
location = /software/voip/ {
|
||||
return 301 /software/real-time-communication/;
|
||||
}
|
||||
location = /software/teamchat/ {
|
||||
return 301 /software/real-time-communication/;
|
||||
}
|
Reference in New Issue
Block a user