From 7eff8f9e9e13f350d7a3f258329285eb3a0bbd37 Mon Sep 17 00:00:00 2001 From: fabston Date: Wed, 1 May 2024 08:42:52 +0700 Subject: [PATCH] Update main.py --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae3d910..ee3f07f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ All alerts can be instantly sent to Telegram, Discord, Twitter and/or Email. *It is recommended to run flask on a different port like 8080. It is then necessary to forward port 80 to 8080.* -1. Edit the NGINX configuration file `sudo nano /etc/nginx/sites-enabled/tv_webhook` +1. Install the necessary packages: `sudo apt-get install nginx` +1. Edit the NGINX configuration file: `sudo nano /etc/nginx/sites-enabled/tv_webhook` 1. Add the following content: ```nginx server {