spacewander commented on issue #3373:
URL: https://github.com/apache/apisix/issues/3373#issuecomment-764257035


   ```
                proxy_hide_header                   Cache-Control; 
                proxy_hide_header                   Expires; 
                add_header      Cache-Control       
$upstream_hdr_cache_control; 
                add_header      Expires             $upstream_hdr_expires; 
                add_header      Apisix-Cache-Status $upstream_cache_status 
always; 
   ```
   
   We can remove them from the Nginx conf, and implement them in 
https://github.com/apache/apisix/blob/aff1a907a3671bd6610b304a54ebef47022ca6cf/apisix/plugins/proxy-cache.lua#L251
   
   PR is welcome!


----------------------------------------------------------------
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]


Reply via email to