We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e2158d + 6020f45 commit 751a131Copy full SHA for 751a131
docker/nginx-unit.json
@@ -1,6 +1,9 @@
1
{
2
"listeners": {
3
- "*:8080": {
+ "0.0.0.0:8080": {
4
+ "pass": "routes"
5
+ },
6
+ "[::]:8080": {
7
"pass": "routes"
8
}
9
},
0 commit comments