mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-07 05:55:27 +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$ {
|
location ~ ^/.*-([A-Za-z0-9]+)\.webmanifest$ {
|
||||||
access_log off;
|
access_log off;
|
||||||
expires off;
|
expires 1y;
|
||||||
add_header Cache-Control "public, must-revalidate" always;
|
add_header Cache-Control "public";
|
||||||
default_type application/json;
|
default_type application/json;
|
||||||
proxy_set_header Accept-Encoding "";
|
proxy_set_header Accept-Encoding "";
|
||||||
sub_filter_once off;
|
sub_filter_once off;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user