gewei2000 commented on issue #3034: URL: https://github.com/apache/apisix/issues/3034#issuecomment-744168363
> Add this directive to > > https://github.com/apache/apisix/blob/0222db7bf31e022bd69cc28cdac3b41be09b875f/conf/config-default.yaml#L141 > > ? I've added many routes to apisix. I want to change each route cookie path and how to set directive like this ``` location /demo1/{ proxy_pass http://1.1.1.1:8080/demo1/; proxy_cookie_path /demo1/ /; } location /demo2/{ proxy_pass http://1.1.1.1:8080/demo2/; proxy_cookie_path /demo2/ /; } ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
