On enlève toute référence à pommes de lune dans les pages d'erreur statiques
This commit is contained in:
@@ -32,8 +32,8 @@ http {
|
||||
alias /usr/src/app/media/;
|
||||
}
|
||||
|
||||
error_page 502 /static/html/500.html;
|
||||
error_page 503 /static/html/500.html;
|
||||
error_page 502 /static/html/502.html;
|
||||
error_page 503 /static/html/503.html;
|
||||
|
||||
if ($http_user_agent ~* "Amazonbot|meta-externalagent|ClaudeBot|ahrefsbot|semrushbot") {
|
||||
return 444;
|
||||
|
Reference in New Issue
Block a user