mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 08:35:57 +02:00
Avoid caching
This commit is contained in:
@@ -6,6 +6,10 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /vuetorrent/public/;
|
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 {
|
location /api {
|
||||||
|
|||||||
Reference in New Issue
Block a user