Debian: Fix lighttpd to support sw-patch install-local

The changes for centos to support to lighttpd.conf here:
 https://review.opendev.org/c/starlingx/config-files/+/809454
were never ported to debian.

This change will allow the sw-patch install-local to
be able to be invoked, due to how it interacts with lighttpd.

Test Plan:
  Build / Boot on AIO-SX Debian
  sw-patch install-local can run without errors (no patches)
  Bootstrap / Unlock on AIO-SX Debian
  sw-patch host-install can run without errors (no patches)

Story: 2009969
Task: 45364
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: Iee6dff74d411c624af469267deca954d113724a6
This commit is contained in:
Al Bailey 2022-05-13 12:54:34 +00:00
parent df176d1fba
commit cf054165e1

View File

@ -39,7 +39,7 @@ server.modules = (
## a static document-root, for virtual-hosting take look at the
## server.virtual-* options
server.document-root = "/www/pages/"
server.document-root = "/var/www/pages/"
## where to send error-messages to
server.errorlog = "/var/log/lighttpd-error.log"