ddragosd commented on a change in pull request #3199: One tid for the whole 
system.
URL: 
https://github.com/apache/incubator-openwhisk/pull/3199#discussion_r180268450
 
 

 ##########
 File path: ansible/roles/nginx/templates/nginx.conf.j2
 ##########
 @@ -83,6 +89,8 @@ http {
         proxy_ssl_verify off;
         proxy_ssl_session_reuse on;
 
+        proxy_set_header OW-TID $ow_tid;
 
 Review comment:
   Can we use a known header name: `X-Request-ID` instead of a custom header ? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to