## 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