Fix /news redirect

This commit is contained in:
Ajay Ramachandran
2021-01-30 11:35:03 -05:00
parent f9f7870c0d
commit b040db24d4

View File

@@ -54,7 +54,7 @@ http {
}
location ~ /news* {
location /news {
return 301 https://blog.ajay.app/sponsorblock;
}