add nginx and change default file locations

This commit is contained in:
Blake Blackshear
2020-11-02 05:44:16 -06:00
parent eced06eea8
commit b7c09a9b38
8 changed files with 97 additions and 13 deletions

View File

@@ -179,10 +179,10 @@ save_clips:
# will begin to expire and the resulting clip will be the last x seconds of the event.
max_seconds: 300
# Optional: Location to save event clips. (default: shown below)
clips_dir: /clips
clips_dir: /media/frigate/clips
# Optional: Location to save cache files for creating clips. (default: shown below)
# NOTE: To reduce wear on SSDs and SD cards, use a tmpfs volume.
cache_dir: /cache
cache_dir: /tmp/cache
# Optional: Global ffmpeg args
# "ffmpeg" + global_args + input_args + "-i" + input + output_args