Nginx doesn't find my certificates

Hi everybody,

for some reason my configuration blown up, trying to set NGINX up again, but it gives me these lines:

nginx: [emerg] cannot load certificate "/ssl/mysite.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/ssl/mysite.pem','r') 
error:2006D080:BIO routines:BIO_new_file:no such file)

I’ve saved and created my certificates from cloudflare, and created a folder /ssl.
No luck so far.

Update, Still no luck. I’ve tried to specify /config/ssl/mysite.pem, but it adds /ssl/ like it tries to search into ssl.

For some reasons (my fault) I didn’t find the ssl folder beside /config one, I just had to put them there.