It seems like the "windowsupdate" conf file also caches Windows Store apps. The first time it runs it's fine, i.e. the cache is populated and the updates download successfully, however when another computer on the LAN tries to update the same apps, it returns an error instead. The nginx-access logs show this:
I've tried playing around with the proxy_cache_lock_age and tried setting that to 60s to see if that made any difference, but it still returns the same error.
Edit: Thought I should clarify that actual Windows 10 updates seem to work ok.
Hi there,
It seems like the "windowsupdate" conf file also caches Windows Store apps. The first time it runs it's fine, i.e. the cache is populated and the updates download successfully, however when another computer on the LAN tries to update the same apps, it returns an error instead. The nginx-access logs show this:
I've tried playing around with the
proxy_cache_lock_age
and tried setting that to 60s to see if that made any difference, but it still returns the same error.Edit: Thought I should clarify that actual Windows 10 updates seem to work ok.