diff --git a/Configuring-Tachidesk-Server.md b/Configuring-Tachidesk-Server.md index 8d03e5a..5b95472 100644 --- a/Configuring-Tachidesk-Server.md +++ b/Configuring-Tachidesk-Server.md @@ -49,7 +49,7 @@ server.basicAuthPassword = "" - `server.basicAuthUsername` the username value that you have to provide when authenticating. - `server.basicAuthPassword` the password value that you have to provide when authenticating. -*Note*: Basic access authentication sends username and password in cleartext and is not completely secure over HTTP, it's recommended to pair this feature with a reverse proxy server like nginx over HTTPS. Also your browser caches the credentials, so you should be careful when accessing the server from non-private devices and use incognito mode. +*Note*: Basic access authentication sends username and password in cleartext and is not completely secure over HTTP, it's recommended to pair this feature with a reverse proxy server like nginx and expose the server over HTTPS. Also your browser caches the credentials, so you should be careful when accessing the server from non-private devices and use incognito mode. ### misc ```