mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-04-22 00:29:10 +08:00
Add files via upload
This commit is contained in:
145
src/prober.php
Normal file
145
src/prober.php
Normal file
File diff suppressed because one or more lines are too long
13
src/xconfig.json
Normal file
13
src/xconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
// You can disable listed features: serverStatus, diskUsage, networkStats, ping, serverInfo, phpInfo, phpInfoDetail, phpDisabledFunctions, phpDisabledClasses, phpExtensions, phpExtensionsLoaded, database, myServerBenchmark, myInfo, serverIp
|
||||
// "disabled": ["serverIp", "phpInfoDetail"],
|
||||
"disabled": ["phpInfo", "phpInfoDetail", "phpDisabledFunctions", "phpDisabledClasses", "phpExtensions", "phpExtensionsLoaded", "database", "myServerBenchmark"],
|
||||
// The server benchmark cooldown (seconds)
|
||||
"serverBenchmarkCd": 30,
|
||||
|
||||
// You can set nodes for X-Prober
|
||||
"nodes": [
|
||||
//["node-1", "http://localhost/prober/.tmp/"],
|
||||
//["node-3", "http://localhost/prober/.tmp/"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user