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:
parent
df176d1fba
commit
cf054165e1
@ -39,7 +39,7 @@ server.modules = (
|
|||||||
|
|
||||||
## a static document-root, for virtual-hosting take look at the
|
## a static document-root, for virtual-hosting take look at the
|
||||||
## server.virtual-* options
|
## server.virtual-* options
|
||||||
server.document-root = "/www/pages/"
|
server.document-root = "/var/www/pages/"
|
||||||
|
|
||||||
## where to send error-messages to
|
## where to send error-messages to
|
||||||
server.errorlog = "/var/log/lighttpd-error.log"
|
server.errorlog = "/var/log/lighttpd-error.log"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user