Search found 2 matches

by kiv
27 Nov 2015, 15:19
Forum: Support 5.x
Topic: How Fix Mixed Content | proxypass nginx
Replies: 2
Views: 5619

Re: How Fix Mixed Content | proxypass nginx

I think I have found a solution :

In your host, edit the nginx conf file of your VM or container : in location / {

Code: Select all

proxy_redirect http:// $scheme://;
And of course, reload nginx config ;)
by kiv
27 Nov 2015, 14:20
Forum: Support 5.x
Topic: How Fix Mixed Content | proxypass nginx
Replies: 2
Views: 5619

Re: How Fix Mixed Content | proxypass nginx

I have exactly the same problem and no solution to solve this. For the moment I just told firefox to show mixed content : "about:config, and turn off the security.mixed_content.block_active_content I thought many people served their madsonic behind a reverse proxy and wrote solution for this, m...