mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-12-29 12:18:33 +01:00
chore: normalize quote style
This commit is contained in:
parent
0b3266b35f
commit
ef8eda4fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue