From 0b165260f735e98409d3adcbeb9c1d705e95d05e Mon Sep 17 00:00:00 2001 From: chrislbrown84 <129366063+chrislbrown84@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:05:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=98=20docs:=20Add=20Note=20to=20`nginx?= =?UTF-8?q?.md`=20(#2341)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added reference for the need to do 'sudo apt update' --- docs/deployment/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/nginx.md b/docs/deployment/nginx.md index 587719ada0..5e2909e7a0 100644 --- a/docs/deployment/nginx.md +++ b/docs/deployment/nginx.md @@ -56,7 +56,7 @@ Comment: remember to replace `your_domain.com` with your actual domain name. To secure your LibreChat application with HTTPS, you'll need an SSL/TLS certificate. Let's Encrypt offers free certificates: ### Install Certbot - - For Ubuntu: `sudo apt-get install certbot python3-certbot-nginx` + - For Ubuntu: `sudo apt-get install certbot python3-certbot-nginx` (You might need to run 'sudo apt update' for this to work) - For CentOS: `sudo yum install certbot python2-certbot-nginx` ### Obtain the Certificate