Dear experts
Does anyone know how to check the debug symbol of nginx?
I see that the instruction said "In order to check whether your NGINX binary contains debug symbols, simply run the command file on it. If the output ends with "Not stripped", the debug symbols are included."
But I don't know how to run the command file on it?
Thanks.
Answer by Sun K. ·
You have to run strip utility\command against /path/to/nginx binary file.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET