mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Avoid caching
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user