[Perl] DAQ system for the FAPG.
Use more explicit hypnotoad config.
roles/dashboard/lib/dashboard.pm
@@ -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