diff --git a/ansible/roles/wordpress/templates/wp-config.php.j2 b/ansible/roles/wordpress/templates/wp-config.php.j2 index 7f38e65..da15922 100644 --- a/ansible/roles/wordpress/templates/wp-config.php.j2 +++ b/ansible/roles/wordpress/templates/wp-config.php.j2 @@ -19,6 +19,10 @@ * @package WordPress */ +$_SERVER['HTTPS']='on'; +$_SERVER['REQUEST_SCHEME']='https'; +$_SERVER['SERVER_PORT']=443; + // ** Datenbank-Einstellungen - Diese Zugangsdaten bekommst du von deinem Webhoster. ** // /** * Ersetze datenbankname_hier_einfuegen