liuwenzhi0318 commented on issue #9292:
URL: https://github.com/apache/apisix/issues/9292#issuecomment-1504983086

   Nginx is converted to apisix to use the actual operation method of the 
plug-in. This is just one of the headers, and multiple classes can also be 
configured in this way
   ```
   location / {
       proxy_pass http://upstream;
       set $req_id $pid.$msec.$remote_addr.$connection.$connection_requests;
       proxy_set_header X-Request-Id $req_id;
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to