Merge "Add ipv6 support in default lighttpd configuration"
This commit is contained in:
commit
1747fb2ec3
@ -6,4 +6,4 @@ COPY_LIST="lighttpd-1.4.35/index.html.lighttpd \
|
||||
lighttpd-1.4.35/lighttpd-csr.conf \
|
||||
lighttpd-1.4.35/check-content-length.patch \
|
||||
lighttpd-1.4.35/lighttpd-tpm-support.patch"
|
||||
TIS_PATCH_VER=5
|
||||
TIS_PATCH_VER=6
|
||||
|
@ -243,6 +243,9 @@ $HTTP["url"] !~ "^/(rel-[^/]*|feed|updates|static)/" {
|
||||
# ".cgi" => "/usr/bin/perl" )
|
||||
#
|
||||
|
||||
#### Listen to IPv6
|
||||
$SERVER["socket"] == "[::]:80" { }
|
||||
|
||||
#### status module
|
||||
#status.status-url = "/server-status"
|
||||
#status.config-url = "/server-config"
|
||||
|
Loading…
x
Reference in New Issue
Block a user