mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 12:17:06 +00:00
Remove redundant slash in README
This commit is contained in:
parent
fd1fd560bc
commit
48ac4fdcef
1 changed files with 1 additions and 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.
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue