Skip to content

Commit c8ae3c5

Browse files
Change the default running host to localhost
1 parent cd325f0 commit c8ae3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ roadrunner:
1111
command: "php {{ vars.roadrunner.defaults.script_name }}"
1212
relay: pipes
1313
http:
14-
address: 0.0.0.0:8080
14+
address: 127.0.0.1:8080
1515
middleware: [ "gzip", "static" ]
1616
static:
1717
dir: "public"

0 commit comments

Comments
 (0)