fix(sourcehut): wrong port for ipv6 listen

This commit is contained in:
Khaïs COLIN 2024-08-11 11:12:43 +02:00
parent 6efc6e012f
commit b973ea33bc

View file

@ -241,7 +241,7 @@ in
"--timeout 120"
"--workers 1"
"--log-level=info"
"--bind [::1]:5000"
"--bind [::1]:5001"
];
};
man = {
@ -250,7 +250,7 @@ in
"--timeout 120"
"--workers 1"
"--log-level=info"
"--bind [::1]:5000"
"--bind [::1]:5004"
];
};
nginx.enable = true;