Hello, I had a problem to proxy https request to Odoo (based on werkzeug) via Nginx.
I declared proxy_set_header X-Forwarded-Proto https; in nginx config and werkzeug ignore it. When I use Apache, werkzeug use it. I trace and found that ProxyFix class __call was called with Apache but not Nginx. I haven't search further, so do you have some advice or an idea to help you to solve the problem ? Cordially -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
