๐กLighttpd
Installation of Lighttpd packages.
sudo apt install lighttpd

We allow connections through port 80 with the command:
sudo ufw allow 80
We check that we have actually allowed it. Port 80 and allow should appear:
sudo ufw status
We 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?