我如何仅为virtualserver
Nginx 中的一个启用 xdebug?
php_value xdebug.remote_enable On
例如,在 Apache 中,我可以通过 .htaccess(" ") 进行配置。
答案1
我找到了解决方案是否可以使用不同的池选项设置 PHP-FPM(启用 xdebug / 禁用 xdebug)
我创建了第二个 PHP-FPM 池,
php_admin_flag[xdebug.remote_enable]=on
当然它具有配置和不同的套接字路径。
在 Nginx 主机配置位置部分,我可以选择带或不带 xdebug 的套接字location{...}