mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
cache gifs as well
This commit is contained in:
parent
cb5c093d1d
commit
8db5e2d0d7
@ -210,7 +210,7 @@ http {
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
location ~* /api/.*\.(jpg|jpeg|png|webp)$ {
|
||||
location ~* /api/.*\.(jpg|jpeg|png|webp|gif)$ {
|
||||
rewrite ^/api/(.*)$ $1 break;
|
||||
proxy_pass http://frigate_api;
|
||||
include proxy.conf;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user