DEV Community

Discussion on: Accelerate your website with Nginx as a reverse proxy cache

Collapse
 
shameemreza profile image
Shameem Reza

You are welcome @nimatullah and thanks for reading my articles.

Nginx's cache is powerful! It can cache proxied HTTP requests, however it can also cache the results of FastCGI, uWSGI proxied requests and even the results of load balanced requests (requests sent "upstream"). This means we can cache the results of requests to our dynamic applications.

By the way, I will suggest you read this article: nginx.com/blog/nginx-caching-guide/ or do some research using google.