Fixed README

This commit is contained in:
annelin 2020-04-16 23:50:22 +03:00
parent a39c2887cc
commit dc21d076c1

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. 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;