fix(sourcehut): wrong port for ipv6 listen
This commit is contained in:
parent
6efc6e012f
commit
b973ea33bc
1 changed files with 2 additions and 2 deletions
|
|
@ -241,7 +241,7 @@ in
|
||||||
"--timeout 120"
|
"--timeout 120"
|
||||||
"--workers 1"
|
"--workers 1"
|
||||||
"--log-level=info"
|
"--log-level=info"
|
||||||
"--bind [::1]:5000"
|
"--bind [::1]:5001"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
man = {
|
man = {
|
||||||
|
|
@ -250,7 +250,7 @@ in
|
||||||
"--timeout 120"
|
"--timeout 120"
|
||||||
"--workers 1"
|
"--workers 1"
|
||||||
"--log-level=info"
|
"--log-level=info"
|
||||||
"--bind [::1]:5000"
|
"--bind [::1]:5004"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue