the score high page is also glitched, admins do something

Status
Not open for further replies.

Nameless

Newfag
I reloaded the page but it didn't help so the issue is with the article
 

Attachments

  • Screenshot_20260610-110610.jpg
    Screenshot_20260610-110610.jpg
    311.4 KB · Views: 14
  • Screenshot_20260610-110616.jpg
    Screenshot_20260610-110616.jpg
    286.5 KB · Views: 14
Every page starting with the word "High" seems to be glitching out. I couldn't even create a new redirect via like "Highscore" or "Highhscore" or something like that.

It's a hard-coded block Nginx Side:

1. Line 58-61: location ~ ^/(High_Score|High_Score.*) - Only matches exact "High_Score" paths
2. Line 66-68: if ($request_uri ~* "High_Score") - Only matches "High_Score" in request URI
3. Line 75-77: if ($args ~* "title=High_Score") - Only matches "title=High_Score" in query args


Causes the site to take a shit. That entire article needs to be divided into separate pages.

I have commented out the blocks, but you guys need to break that article down or the site will continue to glitch. It eats a ton of ram.
 
Status
Not open for further replies.
Back
Top Bottom