Is there a way to get the line number and the file name when the nginx configuration test fails.
nginx -t
I am getting the following error, but it doesn't say anything about which config file and line number this error comes from:
nginx: [emerg] ENGINE_load_private_key("385.1") failed (engine routines:ENGINE_load_private_key:failed loading private key)
I have a file for each server block.
It would good to know from which server block this error is originated.
Thanks
nginx -t
I am getting the following error, but it doesn't say anything about which config file and line number this error comes from:
nginx: [emerg] ENGINE_load_private_key("385.1") failed (engine routines:ENGINE_load_private_key:failed loading private key)
I have a file for each server block.
It would good to know from which server block this error is originated.
Thanks