Skip to content

Commit 89032cf

Browse files
authored
Merge pull request #287 from amritkv/fix/nouveau-docker-connection-type
fix(nouveau): Fixed server connector type
2 parents 4c82ee0 + cf0e87c commit 89032cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

3.5.1-nouveau/nouveau.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ logging:
88

99
server:
1010
applicationConnectors:
11-
- type: http
11+
- type: h2c
1212
bindHost: 0.0.0.0
1313
port: 5987
1414
useDateHeader: false
1515
adminConnectors:
16-
- type: http
16+
- type: h2c
1717
bindHost: 0.0.0.0
1818
port: 5988
1919
useDateHeader: false

0 commit comments

Comments
 (0)