social-platform-donut-frontend icon indicating copy to clipboard operation
social-platform-donut-frontend copied to clipboard

Use nginx for various pruposes with a dedicated configuration

Open kmehant opened this issue 5 years ago • 3 comments

Context

We can use Ngnix for various purposes in production for Donut as mentioned below

Usage

  • [ ] Web server (benchmarked to be fastest than many others like Apache) (Inheritently can handle large number of concurrent requests at a time)
  • [ ] Caching static content
  • [ ] Configure to prevent basic security attacks on the frontend (as mentioned in https://github.com/codeuino/social-platform-donut-backend/pull/146)
  • [ ] Reverse Proxy
  • [ ] rate-limiting and simultaneous attacks

kmehant avatar Jul 10 '20 03:07 kmehant

@jaskiratsingh2000 @vaibhavdaren @devesh-verma

What are your thoughts regarding this?

We can do this in parallel to https://github.com/codeuino/social-platform-donut-backend/pull/146

kmehant avatar Jul 10 '20 03:07 kmehant

Cool 💯

vaibhavdaren avatar Jul 10 '20 23:07 vaibhavdaren

Awesome, definitely

On Sat, Jul 11, 2020 at 4:56 AM Vaibhav D. Aren [email protected] wrote:

Cool 💯

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/codeuino/social-platform-donut-frontend/issues/512#issuecomment-656936564, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOBHKY5QAI6P24IRFLL23LR26PSDANCNFSM4OWGAADA .

jaskiratsingh2000 avatar Jul 11 '20 11:07 jaskiratsingh2000