mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
📘 docs: Add Note to nginx.md (#2341)
added reference for the need to do 'sudo apt update'
This commit is contained in:
parent
334b603247
commit
0b165260f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue