Skip to content

Commit 7eff8f9

Browse files
committed
Update main.py
1 parent 550d581 commit 7eff8f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ All alerts can be instantly sent to Telegram, Discord, Twitter and/or Email.
6969

7070
*It is recommended to run flask on a different port like 8080. It is then necessary to forward port 80 to 8080.*
7171

72-
1. Edit the NGINX configuration file `sudo nano /etc/nginx/sites-enabled/tv_webhook`
72+
1. Install the necessary packages: `sudo apt-get install nginx`
73+
1. Edit the NGINX configuration file: `sudo nano /etc/nginx/sites-enabled/tv_webhook`
7374
1. Add the following content:
7475
```nginx
7576
server {

0 commit comments

Comments
 (0)