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
| nginx.config.errorLogLevel | string |`"error"`| Sets the log level of the NGINX error log. One of `debug`, `info`, `notice`, `warn`, `error`, `crit`, `alert`, or `emerg`|
39
40
| nginx.config.file | string | See below | Config file contents for Nginx. Passed through the `tpl` function to allow templating. !! Moved into separate template at `templates/nginx/configmap.yaml`|
@@ -44,12 +45,15 @@ A Helm chart for Codefresh Internal Gateway
| nginx.config.resolver | string |`nil`| Allows to set a custom resolver |
48
+
| 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) |
47
50
| nginx.config.serverDirectives | object |`{}`| Allows appending custom directives to the server block (map) |
48
51
| nginx.config.serverSnippet | string |`""`| Allows appending custom configuration to the server block (string) |
49
52
| nginx.config.verboseLogging | bool |`false`| Enable logging of 2xx and 3xx HTTP requests |
50
53
| nginx.config.workerConnections | string |`"16384"`| Sets the maximum number of simultaneous connections that can be opened by a worker process. |
51
54
| nginx.config.workerProcesses | string |`"8"`| Defines the number of worker processes. |
52
55
| nginx.config.workerRlimitNofile | string |`"1047552"`| Changes the limit on the largest size of a core file (RLIMIT_CORE) for worker processes. Used to increase the limit without restarting the main process. |
0 commit comments