Answer the question
In order to leave comments, you need to log in
How to allow nginx to work on http and https?
Issue when loading third party content via iframe. I get a 'mixed content' error because I get data from http.
Is it possible to make the site work on https, but at the same time allow content to be loaded from an insecure protocol?
My conf:
server {
listen ip:443;
ssl on;
ssl_certificate/../cert.crt;
............
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question