From 48ac4fdcef1169bba42593b723a0ef0a15afd5e1 Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Fri, 10 Jan 2020 17:44:26 +0200 Subject: [PATCH] Remove redundant slash in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b3b12..4f286fb 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,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;