Skip to content

Commit a00565c

Browse files
committed
change listen_host for fast2 variant
1 parent ed65375 commit a00565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setup-cpantestersmatrix-doit.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
EOF
3030
unit_name => 'cpan-testers-matrix', # used also for description and pidfile name # in this caseshould be cpan-testers-matrix.fast2
3131
port => 5002,
32-
listen_host => '',
32+
listen_host => '127.0.0.1',
3333
external_url => 'https://fast2-matrix.cpantesters.org', # used for ping test
3434
},
3535
fast => {

0 commit comments

Comments
 (0)