mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 03:57:06 +03:00
Fix /news redirect
This commit is contained in:
@@ -54,7 +54,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
location ~ /news* {
|
location /news {
|
||||||
return 301 https://blog.ajay.app/sponsorblock;
|
return 301 https://blog.ajay.app/sponsorblock;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user