1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-08-08 15:02:05 +03:00

Merge pull request #889 from netbox-community/listenOnIPv6

Make nginx-unit listen on IPv4 and IPv6
This commit is contained in:
Christian Mäder
2022-12-06 21:09:02 +01:00
committed by GitHub

View File

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