rabbah commented on a change in pull request #3199: One tid for the whole
system.
URL:
https://github.com/apache/incubator-openwhisk/pull/3199#discussion_r178430876
##########
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 you add a comment here that clarifies whether it's possible for a client
to override this internally set 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:
[email protected]
With regards,
Apache Git Services