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

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

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.

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.
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
012bceeabb
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.
jtbx requested review from june 2026-08-28 12:11:55 +02:00
You can view your changes at https://staging.infra-docs.hamburg.ccc.de/pr147/
All checks were successful
/ build (pull_request) Successful in 29s
Required
Details
/ Ansible Lint (push) Successful in 2m34s
Required
Details
/ Ansible Lint (pull_request) Successful in 2m37s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/reverse-proxy-nofile:feat/reverse-proxy-nofile
git switch feat/reverse-proxy-nofile
Sign in to join this conversation.
No description provided.