mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user