Use more explicit hypnotoad config.

Commit
1f2d86e97d2e5126f6cc10e857528f951e84e29a
Author
Marius Peter <vps@marius-peter.com>
Author date
Committer
Marius Peter <vps@marius-peter.com>
Committer date
roles/dashboard/lib/dashboard.pm
index 7b4880d5..a27be415 100644..100644
@@ -18,6 +18,8 @@
18 18 hypnotoad => {
19 19 listen => ['http://127.0.0.1:3000'],
20 20 pid_file => '/run/fapg-daq-dashboard/hypnotoad.pid',
21 Added: workers => 2,
22 Added: proxy => 1,
21 23 },
22 24 );
23 25