From 3ece75797147f9f0c04e82cf7ba79ab5548a6758 Mon Sep 17 00:00:00 2001 From: ddp Date: Mon, 24 May 2021 00:35:32 +0200 Subject: [PATCH] dealing with lighthttpd --- installnodejs.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installnodejs.txt b/installnodejs.txt index 68f7053..9988cd8 100644 --- a/installnodejs.txt +++ b/installnodejs.txt @@ -8,3 +8,9 @@ sudo apt-get update && sudo apt-get install yarn -y npm install npm audit fix --force cat /etc/masternodes/vivo_n1.conf | grep rpcpass + +nano /etc/lighttpd/lighttpd.conf + +/etc/init.d/lighttpd restart + +ufw allow 3002 \ No newline at end of file