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" ]
|
||||
}
|
||||
]
|
||||
}
|
24
scripts/domains/app2.domain.example
Normal file
24
scripts/domains/app2.domain.example
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"DEBUG": "true",
|
||||
"DOMAIN": "domain.example",
|
||||
"ALIASES_HTTP": [ ],
|
||||
"ALIASES_HTTPS": [ ],
|
||||
"LOCAL_NAME": "domain-app2",
|
||||
"HTTP_PORT": "",
|
||||
"HTTPS_PORT": "80",
|
||||
"ERROR_PAGE": "",
|
||||
"REDIRECT_HTTP": "",
|
||||
"REDIRECT_HTTPS": "",
|
||||
"MAX_BODY_SIZE": "",
|
||||
"ALLOWED_NETWORK": [ ],
|
||||
"OPERATION": "MODIFY",
|
||||
"ALTERNATE_LOCATION_PATH": [
|
||||
{
|
||||
"LOCAL_PATH": "example2",
|
||||
"LOCAL_NAME": "example-app2-modified",
|
||||
"LOCAL_PORT": "",
|
||||
"LOCAL_ALLOWED_NETWORK": [ ]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
23
scripts/domains/app3.domain.example
Normal file
23
scripts/domains/app3.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": [ ],
|
||||
"ALTERNATE_LOCATION_PATH": [
|
||||
{
|
||||
"LOCAL_PATH": "example3",
|
||||
"LOCAL_NAME": "example-app3",
|
||||
"LOCAL_PORT": "",
|
||||
"LOCAL_ALLOWED_NETWORK": [ ]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
13
scripts/domains/domain.sample
Normal file
13
scripts/domains/domain.sample
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
Reference in New Issue
Block a user