That's what I did yesterday...viking272 wrote: 13 Jun 2025 09:08 Maybe use grep for the word broken?
grep -Hrn 'broken' /
This searches from top level for the word broken and recurses directories, printing the path of files and lines the word or phrase is found
https://docs.nginx.com/nginx/admin-guid ... t-caching/
It was only found in nginx cache files.

