π‘Lighttpd
Lighttpd: is a web server designed to be fast, secure, flexible, and standards-compliant. It is optimized for environments where speed is a top priority because it consumes less CPU and RAM than other servers.
Installation of Lighttpd packages.
sudo apt install lighttpd
We allow connections through port 80 with the command:
We check that we have actually allowed it. Port 80 and allow should appear:
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