mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-12 03:12:22 +01:00
16 lines
533 B
Diff
16 lines
533 B
Diff
Default user doesnt have the NET_BIND_SERVICE cap.
|
|
---
|
|
diff --git a/examples/server.toml b/examples/server.toml
|
|
index 5648f8eb11e8..04bb5575b817 100644
|
|
--- a/examples/server.toml
|
|
+++ b/examples/server.toml
|
|
@@ -6,7 +6,7 @@ version = "2"
|
|
# NET_BIND_SERVICE capability. This accepts a single address
|
|
# or an array of addresses to listen on.
|
|
# Defaults to "127.0.0.1:8443"
|
|
-bindaddress = "[::]:443"
|
|
+bindaddress = "[::]:8443"
|
|
# bindaddress = ["[::]:443", "0.0.0.0:443"]
|
|
#
|
|
# The read-only ldap server bind address. Requires
|