We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550d581 commit 7eff8f9Copy full SHA for 7eff8f9
1 file changed
README.md
@@ -69,7 +69,8 @@ All alerts can be instantly sent to Telegram, Discord, Twitter and/or Email.
69
70
*It is recommended to run flask on a different port like 8080. It is then necessary to forward port 80 to 8080.*
71
72
-1. Edit the NGINX configuration file `sudo nano /etc/nginx/sites-enabled/tv_webhook`
+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`
74
1. Add the following content:
75
```nginx
76
server {
0 commit comments