Make nginx-unit listen on IPv4 and IPv6

This commit is contained in:
Christian Mäder
2022-11-23 14:40:03 +01:00
committed by GitHub
parent 8b16b16e45
commit 6020f4503a

View File

@@ -1,6 +1,9 @@
{ {
"listeners": { "listeners": {
"*:8080": { "0.0.0.0:8080": {
"pass": "routes"
},
"[::]:8080": {
"pass": "routes" "pass": "routes"
} }
}, },