public-reverse-proxy(host): Increase nginx worker fd limit #147
Open
jtbx
wants to merge 1 commit from
feat/reverse-proxy-nofile into main
pull from: feat/reverse-proxy-nofile
merge into: CCCHH:main
CCCHH:main
CCCHH:renovate/all-stable-minor-patch
CCCHH:renovate/docker.io-library-postgres-18.x
CCCHH:renovate/docker.io-library-postgres-17.x
CCCHH:renovate/docker.io-library-postgres-16.x
CCCHH:renovate/docker.io-library-postgres-15.x
CCCHH:renovate/docker.io-library-postgres-14.x
CCCHH:renovate/docker.io-library-postgres-13.x
CCCHH:renovate/docker.io-library-mariadb-12.x
CCCHH:renovate_update_behavior
CCCHH:update_keycloak
CCCHH:inventory/cleanup
CCCHH:test/test-branch
CCCHH:runner-dind
CCCHH:redirect-header
CCCHH:alloy
2026-08-28
public-reverse-proxy(host): Increase nginx worker fd limit
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.