Browse Source

Fixed README

master
annelin 3 years ago
parent
commit
dc21d076c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -96,7 +96,7 @@ modules:
Then you need to setup nginx proxy that will serve `get_url` path, because Telegram will not handle URLs with non-default http(s) ports.
Example nginx config:
/```
```
server {
listen 80;
listen 443 ssl;


Loading…
Cancel
Save