Skip to content

Commit

Permalink
fix: remove logging data from nginx configuration file (#1696)
Browse files Browse the repository at this point in the history
fix: remove data from nginx configuration file

* that causes problems in the deployment of our demo branches
  • Loading branch information
SGrueber authored Jul 10, 2024
1 parent 0d69d51 commit bc6b628
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nginx/nginx.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ http {
'"request_method": "$request_method",'
'"protocol": "$server_protocol",'
'},'
'"ingress":'
'{'
'"name": "$ingress_name",'
'"namespace": "$namespace"'
'},'
'"network":'
'{'
'"bytes_written": $body_bytes_sent,'
Expand All @@ -52,7 +47,6 @@ http {
'{'
'"address_list": "$upstream_addr",'
'"status_code": "$upstream_status",'
'"name": "$proxy_upstream_name",'
'"response_time": "$upstream_response_time",'
'"response_length": "$upstream_response_length",'
'"cache_status": "$cache_status"'
Expand Down

0 comments on commit bc6b628

Please sign in to comment.