Skip to content

Commit ae9f930

Browse files
authored
Update hijacked-landing-pages
1 parent aa6f98f commit ae9f930

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nginx/vhosts/hijacked-landing-pages

+5-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ server {
9393
return 200 $REDIRECT;
9494
}
9595

96-
location ~* "^/ps4/[a-z]{2}(-[a-z]{2})?" {
96+
location ~* "^/ps4/[a-zA-Z]{2}(-[a-zA-Z]{2})?/?" {
97+
return 302 $REDIRECT_URL/;
98+
}
99+
100+
location ~* "^/[a-zA-Z]{2}(-[a-zA-Z]{2})?/?" {
97101
return 302 $REDIRECT_URL/;
98102
}
99103

0 commit comments

Comments
 (0)