Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration/test/Testlib/ModService.hs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ startBackend resource overrides services = do
env <- ask
case env.servicesCwdBase of
Nothing -> startNginzK8s domain serviceMap
Just _ -> startNginzLocal domain resource.berNginzSslPort resource.berNginzSslPort serviceMap
Just _ -> startNginzLocal domain resource.berNginzHttp2Port resource.berNginzSslPort serviceMap
srv -> do
readServiceConfig srv
>>= updateServiceMapInConfig srv
Expand Down