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:
parent
850594747e
commit
e2b9fdf506
@ -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>
|
Tue Dec 26 22:14:03 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package darkhttpd
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
## Path: Network/WWW/darkhttpd
|
## Path: Network/WWW/darkhttpd
|
||||||
## Description: start parameters for darkhttpd.
|
## Description: start parameters for darkhttpd.
|
||||||
## Type: string
|
## 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
|
## Config: darkhttpd
|
||||||
#
|
#
|
||||||
# start parameters for darkhttpd.
|
# start parameters for darkhttpd.
|
||||||
#
|
#
|
||||||
# see darkhttpd README for more
|
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user