On Sun, Feb 19, 2017 at 02:53:22PM -0500, JoakimR wrote:
Hi there,
> Now the trouble shooting: as noticed above, this only works when I out
> comments the second location, which is NOT to be cached at all. I have of
> course tried to switch between which location comes first. Even chose I
> recal
Found the answer to my question here
http://nginx.org/en/docs/http/ngx_http_core_module.html#location
"If a location is defined by a prefix string that ends with the slash
character, and requests are processed by one of proxy_pass, fastcgi_pass,
uwsgi_pass, scgi_pass, or memcached_pass, then the s
Hi!
We are useing Ubuntu 16.04 with nginx version 1.10.0-0ubuntu0.16.04.4.
nginx.conf:
user nginx;
worker_processes auto;
worker_rlimit_nofile 20480; # ulimit open files per worker process
events {
# Performance
worker_connections 2048; # openfilelimits beachten
mult