1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-03 06:27:46 +00:00

Remove TLS handling

This commit is contained in:
RGBCube 2024-01-10 09:33:30 +03:00
parent 776f08f610
commit f588299cf8
No known key found for this signature in database
5 changed files with 20 additions and 263 deletions

View file

@ -18,30 +18,12 @@ Enables the site service.
Default: false.
### `services.site.certificate`
### `services.site.port`
The path to the SSL certificate the site will use.
Default: null.
### `services.site.key`
The path to the SSL key the site will use.
Default: null.
### `services.site.httpPort`
Specifies on which port the site service listens for HTTP connections.
Specifies on which port the site service listens for connections.
Default: 8080.
### `services.site.httpsPort`
Specifies on which port the site service listens for HTTPS connections.
Default: 8443.
### `services.site.logLevel`
Specifies the log level that the site service will log stuff with.