From fc7def29254bc5cdfa0611725ba590e649773e51 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 23 Oct 2021 21:27:13 +0330 Subject: [PATCH] Updated Configuring Tachidesk Server (markdown) --- Configuring-Tachidesk-Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```