Nginx

如何僅在 Nginx 中為一台主機啟用 xdebug

  • March 14, 2016

我如何才能virtualserver在 Nginx 中只為一個啟用 xdebug?

例如,在 Apache 中,我可以通過 .htaccess(" php_value xdebug.remote_enable On") 進行配置。

我在Is it possible to setup PHP-FPM with different pool-options (xdebug enabled / xdebug disabled)中找到了解決方案

php_admin_flag[xdebug.remote_enable]=on當然,我使用配置和不同的套接字路徑創建了第二個 PHP-FPM 池 。

在 Nginx 主機配置位置部分,我可以選擇帶或不帶 xdebug 的套接字location{...}

引用自:https://serverfault.com/questions/763458