Open jacobsaw opened 8 months ago
Xdebug connections with nginx as the web server require setting "Ignore external connections through unregistered server configurations" in PHPStorm.
Confirmed this is fixed by addingfastcgi_param SERVER_NAME $host; to the fastcgi_params file once nginx is already running.
fastcgi_param SERVER_NAME $host;
Xdebug connections with nginx as the web server require setting "Ignore external connections through unregistered server configurations" in PHPStorm.
Confirmed this is fixed by adding
fastcgi_param SERVER_NAME $host;
to the fastcgi_params file once nginx is already running.