generated from nginxinc/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New function and new data file from running the converter.
- Loading branch information
Showing
5 changed files
with
1,108 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
{"modules": [ | ||
{ | ||
"modules": [ | ||
{ | ||
"id": "/en/docs/http/ngx_http_access_module.html", | ||
"name": "ngx_http_access_module", | ||
"directives": [ | ||
{ | ||
"name": "allow", | ||
"default": "", | ||
"contexts": [ | ||
"http", | ||
"server", | ||
"location", | ||
"limit_except" | ||
], | ||
"syntax_md": [ | ||
"*`address`* | *`CIDR`* | `unix:` | `all`" | ||
], | ||
"contexts": ["http", "server", "location", "limit_except"], | ||
"syntax_md": ["*`address`* | *`CIDR`* | `unix:` | `all`"], | ||
"syntax_html": [ | ||
"<p><em><code>address</code></em> | <em><code>CIDR</code></em> | <code>unix:</code> | <code>all</code></p>\n" | ||
], | ||
"isBlock": false, | ||
"description_md": "Allows access for the specified network or address.", | ||
"description_html": "\u003cp\u003eAllows access for the specified network or address\u003c/p\u003e" | ||
}] | ||
}] | ||
} | ||
} | ||
], | ||
"variables": [ | ||
{ | ||
"name": "$gzip_ratio", | ||
"description_md": "achieved compression ratio, computed as the ratio between the\noriginal and compressed response sizes.", | ||
"description_html": "<p>achieved compression ratio, computed as the ratio between the\noriginal and compressed response sizes.</p>\n" | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.