1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00
Files
privacyguides.org/nginx/020-redirects.conf
Jonah 7daa208815 Add Nginx config files to repo
Allows us to edit redirects and headers locally.
2019-08-11 22:12:19 -05:00

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/;
}