Default document
This default page is served when a web client requests a URL that points to a directory structure instead of an actual web page within the directory structure.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::DEFAULTDOCUMENT |
Category |
Webserver |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
array |
Unique items |
Yes |
Default value
[
"Default.html"
]
JSON Schema
{
"category": "CATEGORY_WEBSERVER",
"default": [
"Default.html"
],
"description": "DESC_DEFAULTDOCUMENT",
"items": {
"format": "filename",
"type": "string"
},
"type": "array",
"uniqueItems": true
}