See how ShaunSocial can revolutionize your community!
0$

Cloudflare and Shaun

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1381
    theCoder
    Participant

    If you have a domain on Cloudflare with Flexibile SSL, then it might need to setup https transparently into your Nginx like this:

    fastcgi_param HTTPS on;
    fastcgi_param SERVER_PORT 443;
    fastcgi_param REQUEST_SCHEME https;
    fastcgi_param HTTP_X_FORWARDED_PROTO https;

    This way, PHP will “swear” that it is running on https 🙂

    #1382
    admin
    Keymaster

    Many thanks for the sharing.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Black Friday Mega Sale! Get 25% OFF on all our plugins and products! Use Code: BF25 at checkout. Offer valid until December 6th, 2024.

X