mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
12 lines
233 B
Bash
12 lines
233 B
Bash
# darkhttpd web server config
|
|
#
|
|
# document_root="/var/www/localhost/htdocs"
|
|
logdir="/var/log/$SVCNAME"
|
|
# addr=127.0.0.1
|
|
# port=8080
|
|
run_as_user=darkhttpd
|
|
run_as_group=www-data
|
|
run_in_chroot=yes
|
|
|
|
# extra arguments
|
|
# darkhttpd_args=""
|