NGINX Dynamic Reverse Proxy

2018-10-09 Thread NginxRam
Hi, Does NGINX covers following Dynamic Reverse proxy features ? Like existing NGINX reverse proxy should not undergo any changes or new NGINX Reverse Proxy should not be created For following 1 & 2 scenarios 1. Cases where new back end services is deployed with new location and new proxy_p

Re: Nginx cache returning empty response for just the home page

2018-10-09 Thread Peter Booth via nginx
I think that the script might have been this: https://github.com/perusio/nginx-cache-inspector Also, the nginx debug log shows you *everything* at 100x the level of detail I expected. It can be overwhelming though When you say that the issue

Re: Proxy_pass url with a #

2018-10-09 Thread Brian W.
Yes on both counts, I didnt see that the /logon could also be the backend proxy_pass. I was trying to stick all sorts of python gets in the backend-sample-app.py script which was not right, and the # issue was a non issue, because there is an auto redirect from / to the desired url. Brian On Mon,