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