This website works better with JavaScript.
Repositories
Sign In
stuff
/
zhabogram
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
Fixed README
tags/v2.7
annelin
10 months ago
parent
a39c2887cc
commit
dc21d076c1
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
README.md
+ 1
- 1
README.md
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.
Example nginx config:
/
```
```
server {
listen 80;
listen 443 ssl;
Write
Preview
Loading…
Cancel
Save