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
On 03/04/14 02:26, tt5430 wrote:
How do I know if
nginx caches my WMS responses?
It will be useful to log $upstream_cache_status and $upstream_response_time in
access_log.
Also check, that geoserver return code is 200 (and not redirect to some other
URI).
_
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;