mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Redirect webrtc.html
This commit is contained in:
parent
7207511b64
commit
f255fe19a4
@ -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/;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user