mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 11:18:46 +00:00
Make nginx-unit listen on IPv4 and IPv6
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"listeners": {
|
||||
"*:8080": {
|
||||
"0.0.0.0:8080": {
|
||||
"pass": "routes"
|
||||
},
|
||||
"[::]:8080": {
|
||||
"pass": "routes"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user