From d751fdf2a864030df94ffeb54e625c742a3af657 Mon Sep 17 00:00:00 2001 From: Ikbel Taleb Hassan Date: Fri, 22 Nov 2024 18:09:28 +0000 Subject: [PATCH] GITBOOK-97: Ikbel's Nov 22 changes --- docs/faq/how-can-i-deploy-my-hexabot-project.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/faq/how-can-i-deploy-my-hexabot-project.md b/docs/faq/how-can-i-deploy-my-hexabot-project.md index 111bc972..2857730e 100644 --- a/docs/faq/how-can-i-deploy-my-hexabot-project.md +++ b/docs/faq/how-can-i-deploy-my-hexabot-project.md @@ -119,8 +119,7 @@ sudo systemctl status nginx 1. Replace Nginx server configuration with the following : **/etc/nginx/sites-available/default**. -````bash -``` +```bash server { listen 80; 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