SHA256
1
0
forked from pool/darkhttpd

- Listen on IPv6 by default as well as IPv4

OBS-URL: https://build.opensuse.org/package/show/server:http/darkhttpd?expand=0&rev=4
This commit is contained in:
Dominik Heidler 2024-01-15 11:26:39 +00:00 committed by Git OBS Bridge
parent 850594747e
commit e2b9fdf506
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 15 11:25:11 UTC 2024 - Dominik Heidler <dheidler@suse.de>
- Listen on IPv6 by default as well as IPv4
-------------------------------------------------------------------
Tue Dec 26 22:14:03 UTC 2023 - Dominik Heidler <dheidler@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package darkhttpd
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,11 +1,11 @@
## Path: Network/WWW/darkhttpd
## Description: start parameters for darkhttpd.
## Type: string
## Default: "/srv/www/htdocs/ --port 80 --uid darkhttpd --gid darkhttpd --syslog"
## Default: "/srv/www/htdocs/ --port 80 --ipv6 --uid darkhttpd --gid darkhttpd --syslog"
## Config: darkhttpd
#
# start parameters for darkhttpd.
#
# see darkhttpd README for more
#
DARKHTTPD_PARAMS="/srv/www/htdocs/ --port 80 --uid darkhttpd --gid darkhttpd --syslog"
DARKHTTPD_PARAMS="/srv/www/htdocs/ --port 80 --ipv6 --uid darkhttpd --gid darkhttpd --syslog"