Ver código fonte

:poop: test wp-config change for drone

tags/0.9.0
J 4 anos atrás
pai
commit
cc76c0c1f7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      configs/wp-config.php

+ 1
- 1
configs/wp-config.php Ver arquivo

@@ -97,7 +97,7 @@ define('IS_DEV', getenv('IS_DEV'));
97 97
 if(defined('IS_DEV') && IS_DEV === 'true') {
98 98
         $_SERVER['HTTPS'] = 'off';
99 99
 } else {
100
-        $_SERVER['HTTPS'] = 'on';
100
+        $_SERVER['HTTPS'] = 'off';
101 101
 }
102 102
 
103 103
 /** Limit reivisions */

Carregando…
Cancelar
Salvar