Project

General

Profile

Actions

Server bindDetails » History » Revision 6

« Previous | Revision 6/7 (diff) | Next »
gstrauss, 2017-03-05 06:20


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 about 7 years ago · 6 revisions