Nginx not caching the content when the response is just a plain text string

2017-06-22 Thread rebaca
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

Re: Is proxy_cache_purge directive not available in NGINX free version ?

2017-06-21 Thread rebaca
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

Re: Is proxy_cache_purge directive not available in NGINX free version ?

2017-06-21 Thread rebaca
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

Is proxy_cache_purge directive not available in NGINX free version ?

2017-06-21 Thread rebaca
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

Re: Enabling NGINX to forward static file request to origin server if the file is absent

2017-06-21 Thread rebaca
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

Enabling NGINX to forward static file request to origin server if the file is absent

2017-06-21 Thread rebaca
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