diff --git a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl index f7dc63ce6..12077b85a 100644 --- a/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl +++ b/qbittorrent/rootfs/etc/nginx/templates/ingress.gtpl @@ -6,6 +6,10 @@ server { location / { root /vuetorrent/public/; + # avoid cache + expires -1; # kill cache + proxy_no_cache 1; # don't cache it + proxy_cache_bypass 1; # even if cached, don't try to use it } location /api {