10 lines
358 B
Text
10 lines
358 B
Text
{
|
|
"192.168.1.20": {
|
|
"easyhaproxy.http.host": "secure.example.com",
|
|
"easyhaproxy.http.port": "80",
|
|
"easyhaproxy.http.localport": "8080",
|
|
"easyhaproxy.http.plugins": "deny_pages",
|
|
"easyhaproxy.http.plugin.deny_pages.paths": "/admin,/wp-admin",
|
|
"easyhaproxy.http.plugin.deny_pages.status_code": "404"
|
|
}
|
|
}
|