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.
1 parent 8b16b16 commit 6020f45Copy full SHA for 6020f45
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