Updated README

This commit is contained in:
annelin 2019-04-16 09:33:53 +03:00
parent b8d5bafa3f
commit d4730b6cff

View file

@ -91,7 +91,7 @@ modules:
dir_mode: "0744" dir_mode: "0744"
``` ```
Then you need to setup nginx proxy that will serve `get_url` path, because Telegram do not allowing URLs with non-default 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:
``` ```