Fixed some spelling mistakes

Martin Dagarin 2019-02-12 00:07:34 +01:00
parent 6c5619d1f1
commit a0bf81504c
1 changed files with 3 additions and 3 deletions

@ -15,18 +15,18 @@ Changes the port Calibre-Web is listening, changes take effect after pressing su
For configuration of calibre-web as SSL Server go to the Config page in the Admin section. Enter the certfile- and keyfile-location, optionally change port to 443 and press submit.
Afterwards the server can only be accessed via SSL. In case of a misconfiguration (wrong/invalid files) both files can be overridden via command line options
-c [certfile location] -k [keyfile location]
By using "" as certfile/keyfile locations the server runs as non SSL server again. The correct file path can be entered on the Config page afterards. After the next restart without command line options the changed file paths are applied.
By using "" as certfile/keyfile locations the server runs as non SSL server again. The correct file path can be entered on the Config page afterwards. After the next restart without command line options the changed file paths are applied.
### Update Channel
Calibre-Web provides 2 types of update. The Stable channel updates you less frequent from stable release to stable release. All releases are tested on a good base and are made for nromal day use. The stable channel is the default setting *)\
Calibre-Web provides 2 types of update. The Stable channel updates you less frequent from stable release to stable release. All releases are tested on a good base and are made for normal day use. The stable channel is the default setting *)\
The nightly mode includes new features latest bugfixes, and of course newset bugs. It's only recommended to use the nightly channel if you suffer from a certain bug fixed or if you want to be on the leading edge of technology.
**\*) Due to a unexpected renaming of downloaded Zip-Files the release tag will be published later, to give everybody time to update to an updater which can handle with the naming convention of Github.**
### Logfile Configuration
You can set the loglevel of the integrated logfiles. Default is INFO, which is recommende for normal day use. DEBUG gives you more informations, especially during converting books and sending e-mails. WARNING and ERROR are less noisy as all other settings and create almost now entries. The logfiles are rotating automatically after 10kbytes of logged informations are reached. The 2 old versions are backuped.\
You can set the loglevel of the integrated logfiles. Default is INFO, which is recommended for normal day use. DEBUG gives you more information, especially during converting books and sending e-mails. WARNING and ERROR are less noisy as all other settings and create almost no entries. The logfiles are rotating automatically after 10kbytes of logged information are reached. The 2 old versions are backuped.\
You can specifiy a different name and different location for the logfile. logfile.log creates a logfile with this name in the Calibre-Web folder, where c:\bücher\log.log creates a logfile with the name log.log in the "bücher" folder on drive "c:". Please make sure Calibre-Web has write access to the folder you specify.
### Feature Configuration