anyaudio / anyaudio-server

:musical_note: Simple server to search youtube and give direct audio download and stream links
91 stars 19 forks source link

Set up ngnix on AWS #146

Closed singhpratyush closed 6 years ago

singhpratyush commented 7 years ago

Currently, anyaudio serves the requests directly through gunicorn. Requirement is to use ngnix (engine-x) as load balancer and reverse proxy on the AWS instance.

aviaryan commented 7 years ago

@singhpratyush Since we are only using a single server right now, do we really need to setup nginx?

singhpratyush commented 7 years ago

It will ensure internal load balancing and better performance. But I too have started thinking that it is irrelevant as we only have single vCPU with us. Also, since the deployment is working fine, we can postpone this issue.

singhpratyush commented 6 years ago

Not needed right now.