Commit 37848f40 authored by Niklas Hambüchen's avatar Niklas Hambüchen
Browse files

nixos/frigate: Add comment to nginx general config referring to frigate

This way one can see which package/config it is that e.g. opens port
1935.
parent ae814fd3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;