Monday, January 02, 2017

Lightttpd: Put website on different port

sudo vim /etc/lighttpd/lighttpd.conf and add for example: $SERVER["socket"] == ":81" {
server.document-root = "/srv/www/mysite"
}

No comments:

Post a Comment