Hello,
I'm new here![Smile :) :)]()
My ngix is going dead few times a day. Is there some log file where I can check what us the issue?
My Additional nginx directives server wide:
Where can I check why nginx is going dead from time to time ?
I'm new here
My ngix is going dead few times a day. Is there some log file where I can check what us the issue?
My Additional nginx directives server wide:
NGINX:
# you must set worker processes based on your CPU cores, nginx does not benefit from setting more than that
worker_processes auto; #some last versions calculate it automatically
worker_connections 1024;
worker_rlimit_nofile 2048;
add_header Cache-Control public;
add_header Pragma public;
# Fix ngix dead...