How do i change the default lighttpd web server port?



  • Edit the: /etc/lighttpd/lighttpd.conf file and change the server.port setting.

    Change the server port to an appropriate non-reserved port.

    server.port                             = 8085
    

    Retstart the lighttpd daemon.

    $ sudo systemctl restart lighttpd
    

Log in to reply
 

© Lightnetics 2024