nginx mixed content error

Post Reply
nghialele
Jr. Bludit
Posts: 1
Joined: Mon Jun 26, 2023 7:10 pm

Hello everyone

Firstly, I want to say thanks to Bludit team for creating an amazing app.

As I am installing my new Bludit blog, I ran into the issue with nginx on the docker version.

I have managed to get the SSL certs, and it's green when I access mysite.tld/install.php

Unfortunately, after finish installation the site is displayed wrong, as I Inspect the browser console and getting these errors. I've attached the screenshot.

Image

I've tried with add this line into my nginx configuration, but the error remains there.

Code: Select all

add_header 'Content-Security-Policy' 'upgrade-insecure-requests';
Is someone got the same problem or it just me?

And is there anyway to fix this? I am trying to deploy with a fresh VPS and LEMP stack and will update here if the problems still happen or not.
Post Reply