equal
deleted
inserted
replaced
|
1 { |
|
2 hypnotoad => { |
|
3 listen => [ "http://127.0.0.1:3000", "http://[::1]:3000" ], |
|
4 workers => 2, |
|
5 proxy => 1, |
|
6 upgrade_timeout => 5, |
|
7 inactivity_timeout => 0, |
|
8 heartbeat_timeout => 360, |
|
9 pid_file => '/run/crashtest/hypnotoad.pid', |
|
10 } |
|
11 } |
|
12 # vim:ft=perl: |