mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
fixed broken link https://www.nginx.com/resources/wiki/start/topics/examples/xsendfile/
This commit is contained in:
parent
b385773086
commit
54a0e45232
@ -1753,7 +1753,7 @@ def recording_clip(camera_name, start_ts, end_ts):
|
||||
response.headers["Content-Length"] = os.path.getsize(path)
|
||||
response.headers[
|
||||
"X-Accel-Redirect"
|
||||
] = f"/cache/{file_name}" # nginx: http://wiki.nginx.org/NginxXSendfile
|
||||
] = f"/cache/{file_name}" # nginx: https://www.nginx.com/resources/wiki/start/topics/examples/xsendfile/
|
||||
|
||||
return response
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user