Configurations
File Descriptor
Check Max open files
cat /proc/$(pidof nginx | awk '{print $1}')/limits
Add below config:
[Service]
LimitNOFILE=65535
systemctl daemon-reload
systemctl restart openresty
Check Max open files
cat /proc/$(pidof nginx | awk '{print $1}')/limits
Add below config:
[Service]
LimitNOFILE=65535
systemctl daemon-reload
systemctl restart openresty