mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-05-01 03:44:31 +02:00
Merge pull request #889 from netbox-community/listenOnIPv6
Make nginx-unit listen on IPv4 and IPv6
This commit is contained in:
commit
751a131b78
@ -1,6 +1,9 @@
|
||||
{
|
||||
"listeners": {
|
||||
"*:8080": {
|
||||
"0.0.0.0:8080": {
|
||||
"pass": "routes"
|
||||
},
|
||||
"[::]:8080": {
|
||||
"pass": "routes"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user