nixos/frigate: Add comment to nginx general config referring to frigate (#459512)

This commit is contained in:
Martin Weinelt
2025-11-07 19:05:52 +00:00
committed by GitHub
+2
View File
@@ -637,6 +637,7 @@ in
'';
};
appendConfig = ''
# frigate
rtmp {
server {
listen 1935;
@@ -653,6 +654,7 @@ in
}
'';
appendHttpConfig = ''
# frigate
map $sent_http_content_type $should_not_cache {
'application/json' 0;
default 1;