mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
forward mode xdebug env
This commit is contained in:
parent
e1b2e97013
commit
38e418241a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ mod php;
|
|||
mod proxy;
|
||||
mod service;
|
||||
|
||||
static FORWARD_ENV: &[&str] = &["OCC_LOG", "XDEBUG_MODE"];
|
||||
static FORWARD_ENV: &[&str] = &["OCC_LOG", "XDEBUG_MODE", "XDEBUG_TRIGGER", "XDEBUG_CONFIG"];
|
||||
|
||||
fn get_forward_env() -> Vec<String> {
|
||||
vars()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue