public-reverse-proxy(host): Increase nginx worker fd limit #147

Open
jtbx wants to merge 1 commit from feat/reverse-proxy-nofile into main

2026-08-28

public-reverse-proxy(host): Increase nginx worker fd limit
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Successful in 2m34s
/ Ansible Lint (pull_request) Successful in 2m37s
By default the limit on file descriptors is at a 1024 hard limit and 520k hard limit.
Unsure how this affects nginx, but each client connection needs two file descriptors.
So let's try to set the limit of open files explicitly.
2026-08-28 12:11:03 +02:00