Re: nginx as front end cache for WMS

2014-03-04 Thread tt5430
Hi Anton, I followed your suggestion and modified my conf files. I also added some new stuff but still could not get it to work. I did not see any message written to the access log and did not see anything written to the cache. I included my new conf files and a request/response block that I c

nginx as front end cache for WMS

2014-03-03 Thread tt5430
I tried to set up nginx as a front end cache for my WMS server. The typical WMS request is: http://localhost:8080/geoserver/somestring/wms?version=1.1.1&service=WMS&request=WMS&; Below is my nginx configuration: /etc/nginx/nginx.conf: user vriuser; worker_processes 4; pid /var/run/nginx.pid;