We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd325f0 commit c8ae3c5Copy full SHA for c8ae3c5
defaults/main.yml
@@ -11,7 +11,7 @@ roadrunner:
11
command: "php {{ vars.roadrunner.defaults.script_name }}"
12
relay: pipes
13
http:
14
- address: 0.0.0.0:8080
+ address: 127.0.0.1:8080
15
middleware: [ "gzip", "static" ]
16
static:
17
dir: "public"
0 commit comments