wip
This commit is contained in:
parent
46596b4417
commit
2ac28ed42e
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,9 @@
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
respond "Hello, world!"
|
respond "Hello, world!"
|
||||||
'';
|
'';
|
||||||
listen = [ ":9091" ];
|
listenAddresses = [
|
||||||
|
"0.0.0.0:9091"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue