1
German - Deutsch / Re: Haproxy und Wordpress
« on: April 08, 2020, 09:19:05 pm »
Wie kann ich es jetzt als gelöst markieren?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
/** Make sure WordPress understands it's behind an SSL terminator */
define('FORCE_SSL_ADMIN', true);
define('FORCE_SSL_LOGIN', true);
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')
$_SERVER['HTTPS']='on';
define('FORCE_SSL_ADMIN', true);
define('FORCE_SSL_LOGIN', true);
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')
$_SERVER['HTTPS']='on';