mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-30 23:03:03 -07:00
fix log location for xdebug
This commit is contained in:
@@ -3,7 +3,7 @@ extension_dir="/services/php/modules"
|
|||||||
|
|
||||||
[xdebug]
|
[xdebug]
|
||||||
xdebug.mode=develop,debug
|
xdebug.mode=develop,debug
|
||||||
xdebug.log=/app/log/xdebug.log
|
xdebug.log=/tmp/log/xdebug.log
|
||||||
xdebug.log_level=7
|
xdebug.log_level=7
|
||||||
xdebug.client_host=127.0.0.1
|
xdebug.client_host=127.0.0.1
|
||||||
xdebug.client_port=9003
|
xdebug.client_port=9003
|
||||||
|
|||||||
Reference in New Issue
Block a user