The last few days, I've successfully installed and set up Xdebug and PhpStorm to work properly with several remote servers at my new job. However, one server is giving me problems and I'm not sure what I'm doing wrong. The difference between this server and the others is that this is the only one running nginx instead of Apache.
Normally I SSH in to the server, get everything set up on that side, then follow steps in the PhpStorm menu, starting with the validation. This is where the problem is. When I try to validate, I receive the following:
Here are my PHP settings:
I'm not too knowledgeable about Linux just yet so it's possible that I'm missing something stupid, but at the moment I'm very perplexed. I'm able to upload/modify files with PhpStorm so it's not like the program isn't able to get in at all, it's only with the validation and xdebug.
If there's some data you need me to show, let me know and I'll add it when I get back in on Monday.