mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
19 lines
390 B
Plaintext
19 lines
390 B
Plaintext
location = /old/ {
|
|
return 301 /classic/;
|
|
}
|
|
location = /privacy-policy/ {
|
|
return 301 /privacy/;
|
|
}
|
|
location = /webrtc.html {
|
|
return 301 /browsers/;
|
|
}
|
|
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/;
|
|
}
|