Skip to content
Snippets Groups Projects
Commit 90214339 authored by nimrod's avatar nimrod
Browse files

Remove default filter for wordpress_force_https, has a default value.

parent 5b1304dc
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ define('NONCE_SALT', 'put your unique phrase here');
define('FS_METHOD', 'direct');
define('WP_HOME', '{{ wordpress_fqdn }}');
define('WP_SITEURL', '{{ wordpress_fqdn }}');
{% if wordpress_force_https|default(False) %}
{% if wordpress_force_https %}
$_SERVER['HTTPS']='on';
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment