Skip to content

Commit 761f79c

Browse files
authored
Xdebug remote_connect_back Off
1 parent 55f3df1 commit 761f79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/config/custom-xdebug.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ xdebug.remote_enable=1
66
xdebug.remote_handler=dbgp
77
xdebug.profiler_enable=0
88
xdebug.profiler_output_dir="/var/www/html"
9-
xdebug.remote_connect_back=1
9+
xdebug.remote_connect_back=0
1010
xdebug.cli_color=1
1111
xdebug.var_display_max_depth=10

0 commit comments

Comments
 (0)