diff --git a/nginx/020-redirects.conf b/nginx/020-redirects.conf index b327e941..d0689f16 100644 --- a/nginx/020-redirects.conf +++ b/nginx/020-redirects.conf @@ -4,6 +4,9 @@ location = /old/ { location = /privacy-policy/ { return 301 /privacy/; } +location = /webrtc.html { + return 301 /browsers/; +} location = /software/im/ { return 301 /software/real-time-communication/; }