Fixed README
This commit is contained in:
parent
a39c2887cc
commit
dc21d076c1
|
@ -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.
|
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:
|
Example nginx config:
|
||||||
|
|
||||||
/```
|
```
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
|
Reference in a new issue