diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2020-01-10 18:44:26 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2020-01-10 18:44:26 +0300 |
commit | 48ac4fdcef1169bba42593b723a0ef0a15afd5e1 (patch) | |
tree | fba0adf508f42c8c4ca7b9d1fa25f40b12f9f089 /README.md | |
parent | fd1fd560bc7dedd33a4e5232dfbcd9e0f7d88c92 (diff) |
Remove redundant slash in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |