SUMMARY:
Nginx not caching the content when the response is just a plain text string
DETAILS:
Below shows the connection between entities:
[ client ] <---> [ serverX ] <---> [ serverY ]
serverX and serverY both are virtual nginx servers on same machine.
serverX - proxy handler is enabled by
Thank you Jim
Best Regards
Rebaca
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,275020,275026#msg-275026
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Thanks a lot for a very quick response
Regards,
Rebaca
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,275020,275025#msg-275025
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi
I am trying to experiment with purging cache content in Nginx server. The
Nginx I have is a free version (Not Nginx Plus version).
As per one of the document from Nginx website, in order to enable purging on
Nginx, I need to use the directive - proxy_cache_purge.
But when I try to add this di
Hi Reinis,
Thanks a lot for quick and insightful response.
From,
Rebaca
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,275008,275019#msg-275019
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
BACKGROUND:
---
Currently NGINX supports static file caching wherein if the file is present
in the location (derived from the config), then it will serve the client
directly. Else it just intimates the client that the file is not present.
There is no capability to forward the r