cache gifs as well

This commit is contained in:
Nicolas Mowen 2024-03-12 10:35:33 -06:00
parent cb5c093d1d
commit 8db5e2d0d7

View File

@ -210,7 +210,7 @@ http {
include proxy.conf; include proxy.conf;
} }
location ~* /api/.*\.(jpg|jpeg|png|webp)$ { location ~* /api/.*\.(jpg|jpeg|png|webp|gif)$ {
rewrite ^/api/(.*)$ $1 break; rewrite ^/api/(.*)$ $1 break;
proxy_pass http://frigate_api; proxy_pass http://frigate_api;
include proxy.conf; include proxy.conf;