mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Make nginx-unit listen on IPv4 and IPv6
This commit is contained in:
parent
8b16b16e45
commit
6020f4503a
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8080": {
|
"0.0.0.0:8080": {
|
||||||
|
"pass": "routes"
|
||||||
|
},
|
||||||
|
"[::]:8080": {
|
||||||
"pass": "routes"
|
"pass": "routes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue