Ryan Ewen

Results 49 comments of Ryan Ewen

Can you try putting this into the league nginx conf file? After `proxy_cache_key "league $uri$slice_range"; # $is_args$args` add: `proxy_hide_header ETag;`

I'm sorry I haven't gotten around to working on this particular game. The readme has a quick-start but for more detailed setup check the Wiki: https://github.com/RyanEwen/lan-cache-docker/wiki/Setup-instructions

Next time I work on this project I will try to find the differences between steamcache generic and this, and close that gap. I don't get to work on this...

Thanks for putting in the time and effort to figure this out

I haven't tried a setup like this but I imagine you could move the `lan-cache-docker/data/cache` directory somewhere temporarily, then mount your NFS drive to `lan-cache-docker/data/cache`, and then move the contents...

It sounds like an NGINX config issue for that specific service. Unfortunately I don't have a PlayStation to try and fix this. If you come across another cacher that also...

I have found that the sniproxy setup isn't perfect and some HTTPS traffic does not get passed through properly, sometimes causing problems like this one. I've been meaning to investigate...

Would love something like this to make it easier to get going!

`cleanStaleWebpackAssets: false` seems to help, however I wouldn't consider `index.html` from `html-webpack-plugin` to be stale

I think the reason this issue isn't more common is likely becuase most people are using `hash: true` with the html plugin. I'm going to use that in favor of...