sample files for testing
This commit is contained in:
23
scripts/domains/app.domain.example
Normal file
23
scripts/domains/app.domain.example
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"DEBUG": "true",
|
||||
"DOMAIN": "domain.example",
|
||||
"ALIASES_HTTP": [ ],
|
||||
"ALIASES_HTTPS": [ ],
|
||||
"LOCAL_NAME": "domain-app",
|
||||
"HTTP_PORT": "",
|
||||
"HTTPS_PORT": "80",
|
||||
"ERROR_PAGE": "",
|
||||
"REDIRECT_HTTP": "",
|
||||
"REDIRECT_HTTPS": "",
|
||||
"MAX_BODY_SIZE": "",
|
||||
"ALLOWED_NETWORK": [ "192.168.109.1", "192.168.109.2", "192.168.110.2" ],
|
||||
"OPERATION": "CREATE",
|
||||
"ALTERNATE_LOCATION_PATH": [
|
||||
{
|
||||
"LOCAL_PATH": "example",
|
||||
"LOCAL_NAME": "example-app",
|
||||
"LOCAL_PORT": "",
|
||||
"LOCAL_ALLOWED_NETWORK": [ "192.168.105.1", "192.168.106.1", "192.168.107.1" ]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user