mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"name": "Pantheon",
|
|
"website": "https://pantheon.io/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "^Pantheon"
|
|
},
|
|
{
|
|
"search": "headers[x-pantheon-styx-hostname]",
|
|
"regexp": ".*"
|
|
}
|
|
],
|
|
"implies": [
|
|
"PHP",
|
|
"Nginx",
|
|
"MariaDB"
|
|
]
|
|
} |