mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
7daa208815
Allows us to edit redirects and headers locally.
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
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/;
|
|
}
|