Merge "Add ipv6 support in default lighttpd configuration"

This commit is contained in:
Zuul 2018-08-20 20:45:46 +00:00 committed by Gerrit Code Review
commit 1747fb2ec3
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"