chore: normalize quote style

This commit is contained in:
fiskhandlarn 2025-11-25 16:39:35 +01:00
commit ef8eda4fe6

View file

@ -4,7 +4,7 @@ if ($http_user_agent ~* "(AddSearchBot|AI2Bot|Ai2Bot\-Dolma|aiHitBot|AmazonBuyFo
set $block 1;
}
if ($request_uri = '/robots.txt') {
if ($request_uri = "/robots.txt") {
set $block 0;
}