frigate/docker/main/rootfs/usr/local/nginx/conf
Thomas Way dda0733f6a
fix(nginx): use 1 worker process
The value 'auto' will create a worker process for each CPU thread, which
can be problematic in containerised environments with CPU limits. A
single NGINX worker process should be more than sufficient.

Fixes: #10898
2024-04-09 13:02:02 +01:00
..
nginx.conf fix(nginx): use 1 worker process 2024-04-09 13:02:02 +01:00
proxy.conf refactor and disable access logs for stats and version (#8259) 2023-10-21 08:15:24 -05:00