Code review comment for ~hloeung/content-cache-charm:nginx-config

Revision history for this message
Joel Sing (jsing) wrote :

Turns out proxy_hide_header is in the other direction (server back to client) - we need 'proxy_set_header Forwarded "";' instead. We probably want to consider X-Forwarded-{Host,Port,Proto,Scheme} as well.

« Back to merge proposal