Skip to content

Commit 751a131

Browse files
authored
Merge pull request #889 from netbox-community/listenOnIPv6
Make nginx-unit listen on IPv4 and IPv6
2 parents 5e2158d + 6020f45 commit 751a131

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/nginx-unit.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"listeners": {
3-
"*:8080": {
3+
"0.0.0.0:8080": {
4+
"pass": "routes"
5+
},
6+
"[::]:8080": {
47
"pass": "routes"
58
}
69
},

0 commit comments

Comments
 (0)