Skip to content

Commit 9df251d

Browse files
committed
internal-gateway: update docs
1 parent 28f3b85 commit 9df251d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/internal-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A Helm chart for Codefresh Internal Gateway
4646
| nginx.config.logFormat | string | `"main escape=json '{ \"time\": \"$time_iso8601\", \"remote_addr\": \"$proxy_protocol_addr\", \"x-forward-for\": \"$proxy_add_x_forwarded_for\", \"remote_user\": \"$remote_user\", \"bytes_sent\": $bytes_sent, \"request_time\": $request_time, \"status\": $status, \"vhost\": \"$host\", \"request_proto\": \"$server_protocol\", \"path\": \"$uri\", \"request_query\": \"$args\", \"request_length\": $request_length, \"duration\": $request_time, \"method\": \"$request_method\", \"http_referrer\": \"$http_referer\", \"http_user_agent\": \"$http_user_agent\", \"http_x_github_delivery\": \"$http_x_github_delivery\", \"http_x_hook_uuid\": \"$http_x_hook_uuid\", \"metadata\": { \"correlationId\": \"$request_id\", \"service\": \"ingress\", \"time\": \"$time_iso8601\" } }';"` | NGINX log format |
4747
| nginx.config.resolver | string | `nil` | Allows to set a custom resolver |
4848
| nginx.config.rootDirectives | object | `{"load_module":"modules/ngx_http_js_module.so"}` | Allows appending custom directives to the root block (map) |
49-
| nginx.config.rootSnippet | string | `""` | Allows appending custom directives to the root block (map) |
49+
| nginx.config.rootSnippet | string | `""` | Allows appending custom directives to the root block (string) |
5050
| nginx.config.serverDirectives | object | `{}` | Allows appending custom directives to the server block (map) |
5151
| nginx.config.serverSnippet | string | `""` | Allows appending custom configuration to the server block (string) |
5252
| nginx.config.verboseLogging | bool | `false` | Enable logging of 2xx and 3xx HTTP requests |

0 commit comments

Comments
 (0)