From dc21d076c16a0340a4e6a2a20c5096fd9306a8a8 Mon Sep 17 00:00:00 2001 From: annelin Date: Thu, 16 Apr 2020 23:50:22 +0300 Subject: [PATCH] Fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f5796b..34e859d 100644 --- a/README.md +++ b/README.md @@ -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;