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 captured using FireFox Live Http Headers addon. I hope someone can catch my mistake and show me whby tt5430 - Nginx Mailing List - English
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; events { worker_connections 768; # multi_accept on; } httpby tt5430 - Nginx Mailing List - English