ingress-nginx-helm/rootfs/etc/nginx
Sergei Turchanov 0476715022 Need to quote expansion of $cfg.LogFormatStream in log_stream access log
format in nginx.tmpl otherwise individual variables are just glued together
without separating spaces so that you would get these in access logs:

[10/Oct/2019:05:03:30 +0000]TCP200000.003
[10/Oct/2019:05:03:30 +0000]TCP200000.000
[10/Oct/2019:05:05:04 +0000]TCP200000.000

which supposed to be someting like these:
[10/Oct/2019:05:03:30 +0000] TCP 200 0 0 0.003
[10/Oct/2019:05:03:30 +0000] TCP 200 0 0 0.000
[10/Oct/2019:05:05:04 +0000] TCP 200 0 0 0.000
2019-10-10 17:27:15 +10:00
..
lua optimize: local cache global variable and reduce string object creation. 2019-09-25 09:43:11 -04:00
template Need to quote expansion of $cfg.LogFormatStream in log_stream access log 2019-10-10 17:27:15 +10:00
nginx.conf Run as user dropping privileges 2018-06-12 10:18:36 -04:00
opentracing.json Update opentracing configuration (#2676) 2018-06-21 18:15:18 -04:00