mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
4b60a4d211
* Add team page * Add biographies Co-Authored-By: nitrohorse <1514352+nitrohorse@users.noreply.github.com> * Add links to navbar * Add trai_dep's bio * Add info about us and our mission * Update bios Co-Authored-By: Mikaela Suomalainen <mikaela@users.noreply.github.com> Co-Authored-By: Dan Arel <danarel@users.noreply.github.com> * Replace contact page with about us page * Fix footer link * Make up bios for the lazy team members Plus, they are all more aesthetically pleasing for @danarel. * Update bio Co-Authored-By: Dawid Potocki <dpot@disroot.org> * Update bio Co-Authored-By: Dawid Potocki <dpot@disroot.org> * Apply suggestions from code review Co-Authored-By: Dawid Potocki <dpot@disroot.org> Co-Authored-By: Mikaela Suomalainen <mikaela+git@mikaela.info>
22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
location = /old/ {
|
|
return 301 /classic/;
|
|
}
|
|
location = /privacy-policy/ {
|
|
return 301 /privacy/;
|
|
}
|
|
location = /contact/ {
|
|
return 301 /about/;
|
|
}
|
|
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/;
|
|
}
|