mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
docs: fix typo "nginx" (#1116)
* Update linode.md * Update cloudflare.md
This commit is contained in:
parent
5cafe0900c
commit
c878289adc
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
(in the Name section, if you use @ it will use you main domain, but if you want to use a subdomain write it in the Name section)
|
||||
- For example: if you want to acces with chat.yourdomain.com just set in the Name section `chat`
|
||||
|
||||
**NOTE:** You have to set yourdomain.com the same way in both ngnix-proxy-manager and the Cloudflare records. So, if you have set it in the records as chat.yourdomain.com, you will also need to set chat.yourdomain.com in ngnix-proxy-manager."
|
||||
**NOTE:** You have to set yourdomain.com the same way in both nginx-proxy-manager and the Cloudflare records. So, if you have set it in the records as chat.yourdomain.com, you will also need to set chat.yourdomain.com in nginx-proxy-manager."
|
||||
|
||||
## Cloudflare Zero Trust extra protection (optional)
|
||||
|
||||
|
|
|
@ -30,8 +30,8 @@ if you want, you can use NGINX, Apache, or any other proxy manager.
|
|||
- create a folder
|
||||
|
||||
```
|
||||
mkdir ngnix-proxy-manager
|
||||
cd ngnix-proxy-manager
|
||||
mkdir nginix-proxy-manager
|
||||
cd nginix-proxy-manager
|
||||
```
|
||||
|
||||
- Create a file named `docker-compose.yml` by running `nano docker-compose.yml`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue