mirror of
https://github.com/RGBCube/Site
synced 2025-08-03 06:27:46 +00:00
Remove TLS handling
This commit is contained in:
parent
776f08f610
commit
f588299cf8
5 changed files with 20 additions and 263 deletions
22
README.md
22
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue