mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-03 07:42:10 +01:00
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
# /etc/conf.d/lighttpd
|
|
|
|
# Location of a shell used by the 'include_shell' directive
|
|
# in the lighttpd's configuration file
|
|
#export SHELL="/bin/bash"
|
|
|
|
# Location of the lighttpd configuration file
|
|
LIGHTTPD_CONF="/etc/lighttpd/lighttpd.conf"
|
|
|
|
# Location of the lighttpd pid file
|
|
LIGHTTPD_PID="/run/lighttpd.pid"
|
|
|