Beautify changes by @revant (#20)

* feat: add gevent to worker image

* feat: real_ip configuration for nginx

* Return `healthcheck.sh` just for tests

Co-authored-by: Lev Vereshchagin <mail@vrslev.com>
This commit is contained in:
Revant Nandgaonkar
2022-02-20 21:29:26 +05:30
committed by GitHub
parent 3e424fb522
commit c2d57c8ce0
7 changed files with 43 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
import gevent.monkey
gevent.monkey.patch_all()