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

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

2017-06-21 Thread Reinis Rozitis
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 request to origin server, get the

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