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

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

View file

@ -3,6 +3,7 @@
user nginx;
worker_processes auto;
worker_rlimit_nofile 2050; # should be worker_connections*2 at least
error_log /var/log/nginx/error.log notice;
pid /var/run/nginx.pid;