Replace contact page with about us page

This commit is contained in:
2019-11-08 16:25:23 -06:00
parent a34b43df89
commit 99c1c41398
4 changed files with 20 additions and 30 deletions

View File

@ -4,6 +4,9 @@ location = /old/ {
location = /privacy-policy/ {
return 301 /privacy/;
}
location = /contact/ {
return 301 /about/;
}
location = /software/im/ {
return 301 /software/real-time-communication/;
}