mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Fix latest.ext handling and disable uvicorn access logs
This commit is contained in:
parent
70a3f7fca6
commit
920f369473
@ -224,7 +224,7 @@ http {
|
||||
|
||||
location ~* /api/.*\.(jpg|jpeg|png|webp|gif)$ {
|
||||
include auth_request.conf;
|
||||
rewrite ^/api/(.*)$ $1 break;
|
||||
rewrite ^/api/(.*)$ /$1 break;
|
||||
proxy_pass http://frigate_api;
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
@ -747,6 +747,7 @@ class FrigateApp:
|
||||
self.fastapi_app,
|
||||
host="127.0.0.1",
|
||||
port=5001,
|
||||
log_level="error",
|
||||
)
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user