Add ipv6 support in default lighttpd configuration

The installed lighttpd.conf file missed an entry for ipv6 support
This modification simply adds the missing configuration entry
to enable the system to properly support ipv6 configurations

Story: 2002986
Task: 23000

Change-Id: I3551e5cfeb4d31a8fefcbd3f6f1350bb17984053
Signed-off-by: Paul-Emile Element <Paul-Emile.Element@windriver.com>
This commit is contained in:
Paul-Emile Element 2018-08-20 11:09:04 -04:00
parent 671d523b8e
commit 1e9a7c03d4
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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"