mirror of https://github.com/MISP/misp-dashboard
Fix: remove redundant threads definition
parent
7ee1d12902
commit
d3041abc39
|
@ -116,7 +116,6 @@ Configuration file `/etc/apache2/sites-available/misp-dashboard.conf` assumes th
|
||||||
|
|
||||||
WSGIDaemonProcess misp-dashboard \
|
WSGIDaemonProcess misp-dashboard \
|
||||||
user=misp group=misp \
|
user=misp group=misp \
|
||||||
threads=5 \
|
|
||||||
python-home=/var/www/misp-dashboard/DASHENV \
|
python-home=/var/www/misp-dashboard/DASHENV \
|
||||||
processes=1 \
|
processes=1 \
|
||||||
threads=15 \
|
threads=15 \
|
||||||
|
|
Loading…
Reference in New Issue