mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
547 B
JSON
19 lines
547 B
JSON
{
|
|
"name": "nginx",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Nginx (Engine-X) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server.",
|
|
"website": "http://nginx.net/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^nginx$)"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^nginx\\/([^\\s]+).*$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|