19 lines
384 B
Plaintext
19 lines
384 B
Plaintext
location = /old/ {
|
|
return 301 /classic/;
|
|
}
|
|
location = /privacy-policy/ {
|
|
return 301 /privacy/;
|
|
}
|
|
location = /contact/ {
|
|
return 301 /about/;
|
|
}
|
|
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/;
|
|
}
|