GITBOOK-97: Ikbel's Nov 22 changes

This commit is contained in:
Ikbel Taleb Hassan 2024-11-22 18:09:28 +00:00 committed by gitbook-bot
parent a3ca24d9c9
commit d751fdf2a8
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -119,8 +119,7 @@ sudo systemctl status nginx
1. Replace Nginx server configuration with the following : **/etc/nginx/sites-available/default**. 1. Replace Nginx server configuration with the following : **/etc/nginx/sites-available/default**.
````bash ```bash
```
server { server {
listen 80; listen 80;
server_name mychatbot.ai; # You will need to update this to use your own domain server_name mychatbot.ai; # You will need to update this to use your own domain
@ -168,7 +167,6 @@ server {
} }
} }
``` ```
````
#### Step6: Generate SSL certificate using Certbot #### Step6: Generate SSL certificate using Certbot