SecureBlackbox 2020 Python Edition

Questions / Feedback?

document_root Property

The document root of the server.

Syntax

def get_document_root() -> str: ...
def set_document_root(value: str) -> None: ...

document_root = property(get_document_root, set_document_root)

Default Value

""

Remarks

Use this property to specify a local folder which is going to be the server's document root (the mount point of the virtual home directory).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]