Correct live/ready checks to consider special host values (#2182)

This commit is contained in:
Steve Chavez
2022-03-11 15:16:45 +01:00
committed by GitHub
parent c803c4d0b6
commit a3c1d9977f
4 changed files with 55 additions and 18 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ run installHandlers maybeRunWithSocket appState = do
AppState.logWithZTime appState $ "Listening on unix socket " <> show socket
runWithSocket (serverSettings conf) app configServerUnixSocketMode socket
Nothing ->
panic "Cannot run with socket on non-unix plattforms."
panic "Cannot run with unix socket on non-unix plattforms."
Nothing ->
do
AppState.logWithZTime appState $ "Listening on port " <> show configServerPort