mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
|
server {
|
||
|
server_name your_domain.com;
|
||
|
|
||
|
location /telegram_webhook/ {
|
||
|
proxy_pass http://localhost:3500;
|
||
|
}
|
||
|
|
||
|
}
|