💡Lighttpd
Installation of Lighttpd packages.
sudo apt install lighttpd
We allow connections through port 80 with the command:
sudo ufw allow 80We check that we have actually allowed it. Port 80 and allow should appear:
sudo ufw statusWe add the rule that includes port 80. If you don't remember how to add rules in port forwarding. Machine configuration → Network → Port forwarding → Replicate the capture

It could be nice if the port are not equals like 81 : 80
Last updated
Was this helpful?