Property
rootDirectory
The root directory for serving files.
let rootDirectory: URL
Discussion
All file paths are resolved relative to this directory. Requests for files outside this directory are rejected with a 403 Forbidden response.
Property
The root directory for serving files.
let rootDirectory: URL
All file paths are resolved relative to this directory. Requests for files outside this directory are rejected with a 403 Forbidden response.