16 lines
338 B
Plaintext
16 lines
338 B
Plaintext
location = /old/ {
|
|
return 301 /classic/;
|
|
}
|
|
location = /privacy-policy/ {
|
|
return 301 /privacy/;
|
|
}
|
|
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/;
|
|
}
|