Which file (relative to the project root) will the server return with the 200 status code if such plugin settings are specified:
install(StatusPages) {
statusFile(
HttpStatusCode.OK,
filePattern = "templates/statuses/successful/#.html"
)
}