mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
Update docker/main/rootfs/usr/local/nginx/conf/nginx.conf
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
This commit is contained in:
parent
b513661379
commit
aaaf682748
@ -302,8 +302,8 @@ http {
|
||||
|
||||
location ~ ^/.*-([A-Za-z0-9]+)\.webmanifest$ {
|
||||
access_log off;
|
||||
expires off;
|
||||
add_header Cache-Control "public, must-revalidate" always;
|
||||
expires 1y;
|
||||
add_header Cache-Control "public";
|
||||
default_type application/json;
|
||||
proxy_set_header Accept-Encoding "";
|
||||
sub_filter_once off;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user