Browse Source

:poop: test wp-config change for drone

tags/0.9.0
J 4 years ago
parent
commit
cc76c0c1f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configs/wp-config.php

+ 1
- 1
configs/wp-config.php View File

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

Loading…
Cancel
Save