summaryrefslogtreecommitdiff
path: root/keymap.csv
diff options
context:
space:
mode:
authorFabian Bläse <[email protected]>2021-02-20 18:17:21 +0100
committerFabian Bläse <[email protected]>2021-02-20 18:17:21 +0100
commit18b01ec718e5ebc9d8da877a72f2fc7007be9789 (patch)
treeb4c36f278281a3243c6d13622213e9d3777fa74d /keymap.csv
parent9076de3b846ae770ef8a5d17935248fcc200bb7b (diff)
Make kvmd webui available via IPv6
nginx only binds an IPv4 socket, if the listen option is specified without [::]. There are two possibilites to fix this issue. Either the listen option can be specified using only [::], and additionally including ipv6only=off. This makes nginx bind an IPv6 socket which is also able to handle IPv4 connections. Or the listen option can be specified twice, one with [::] and one without. This makes nginx bind two independent sockets. If the first option is chosen, IPv4 addresses are mapped into the IPv6 address space, which might break scripts, filters, etc. So, for now, the second option is chosen.
Diffstat (limited to 'keymap.csv')
0 files changed, 0 insertions, 0 deletions