Virtual directories

Virtual directories are used to specify which folders paths on the file system should be served by the web server.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::VIRTUALDIRECTORIES

Property is hidden

No

Contained in every configuration by default

Yes

Schema

Type

object

Minimum number of properties

1

Default value

{
    "/": "www"
}

JSON Schema

{
    "additionalProperties": {
        "format": "filename",
        "type": "string"
    },
    "default": {
        "/": "www"
    },
    "defaultConfigurable": true,
    "description": "DESC_VIRTUALDIRECTORIES",
    "minProperties": 1,
    "propertyOrder": 12,
    "type": "object"
}