I tested latest Lancache configs on my server and noticed that Uplay is bypassing caches (download goes through NGINX, but it is not stored to disk). Adding `proxy_ignore_headers Expires Cache-Control;` solves this issue.
I tested latest Lancache configs on my server and noticed that Uplay is bypassing caches (download goes through NGINX, but it is not stored to disk).
Adding
proxy_ignore_headers Expires Cache-Control;solves this issue.