Thomas Krichel writes
The solution should be to block the traffic by user agent. I tried this is the configuration. It did not work in the last crisis, it does not work in this.
It's because I had it in the Collec 443 server {}. It needs to be in the 80 server. This seems to work 47.128.26.119 - - [31/Jul/2023:04:25:42 +0000] "GET /app_direct/collec_app/?g_author=%22pde736%22&navbars=%22tab_Coauthors%22 HTTP/1.1" 403 118 "-" "Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)" 403 as desired. I have removed the docker killer cron entry # # */5 * * * * docker ps --filter "ancestor=collec_app" --filter "status=exited" | xargs docker rm 2> /dev/null -- Written by Thomas Krichel http://openlib.org/home/krichel on his 21241st day.