Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fabston committed May 1, 2024
1 parent 550d581 commit 7eff8f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7eff8f9

Please sign in to comment.