Quantcast
Channel: Topic Tag: loadbalancer | WordPress.org
Viewing all articles
Browse latest Browse all 17

worldviewpr on "[Plugin: Really Simple SSL] Because your site is behind a loadbalancer..."

$
0
0

yes that works

//Begin Really Simple SSL Load balancing fix

I configured it this way, near the top of wp-config as the last snippet before

/**
* The base configurations of the WordPress.

/** code from really simple ssl */
//Begin Really Simple SSL Load balancing fix
if (isset($_SERVER["HTTP_X_FORWARDED_PROTO"] ) && "https" == $_SERVER["HTTP_X_FORWARDED_PROTO"] ) {
  $_SERVER["HTTPS"] = "on";
}

Viewing all articles
Browse latest Browse all 17

Trending Articles