You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the possibility to configure the upstream protocol in the nginx configuration for the cortex upstream (#506)
* Add the possibility to configure the upstream protocol in the nginx for the cortex upstream
Signed-off-by: Finn Evers <[email protected]>
* update CHANGELOG.md
Signed-off-by: Finn Evers <[email protected]>
---------
Signed-off-by: Finn Evers <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -439,6 +439,7 @@ Kubernetes: `^1.19.0-0`
439
439
| nginx.​config.​mainSnippet | string |`""`| arbitrary snippet to inject in the top section of the nginx config |
440
440
| nginx.​config.​serverSnippet | string |`""`| arbitrary snippet to inject in the server { } section of the nginx config |
| nginx.​config.​upstream_protocol | string |`"http"`| protocol for the communication with the upstream |
442
443
| nginx.​config.​verboseLogging | bool |`true`| Enables all access logs from nginx, otherwise ignores 2XX and 3XX status codes |
0 commit comments