Project

General

Profile

Actions

server.bind option

Description

IP address, hostname or absolute path to the unix-domain socket the server listen on.

Example:

server.bind = "127.0.0.1" 
server.bind = "www.example.org" 
server.bind = "/tmp/lighttpd.socket" 

Default: bind to all interfaces (IPv4 by default, IPv6 if you enable IPv6 with server.use-ipv6)

See Also

Updated by gstrauss over 6 years ago · 6 revisions