File: //home/kbdhpghp/www/leia/wp-config.php
<?php
define('WP_CACHE', true); // Added by SpeedyCache
// Correções e otimizações aplicadas automaticamente para clientes sob as infra-estruturas x2.network
// Em caso de dúvidas, por favor entre em contato via support@x2.network
// -> Correção SSL para os balanceadores de tráfego X2 Network
$server_opts = array("HTTP_X_X2N_SSL" => "yes", "HTTP_CF_VISITOR"=>"https", "HTTP_X_FORWARDED_PROTO"=>"https", "HTTP_X_FORWARDED_SSL"=>"on", "HTTP_X_FORWARDED_SSL"=>"1");
foreach( $server_opts as $option => $value ) {
if ((isset($_ENV["HTTPS"]) && ( "on" == $_ENV["HTTPS"] )) || (isset( $_SERVER[ $option ] ) && ( strpos( $_SERVER[ $option ], $value ) !== false )) ) {
$_SERVER[ "HTTPS" ] = "on";
}
}
// -> Correção para funcionamento correto dos balanceadores de tráfego e aceleradores (CDN) x2.network
if (isset($_SERVER["HTTP_X_FORWARDED_FOR"])) {
$forwarded = explode(",", $_SERVER["HTTP_X_FORWARDED_FOR"]);
$_SERVER["REMOTE_ADDR"] = trim($forwarded[0]);
}
// -> Ativa cache do WordPress (essencial pra qualquer sistema de cache tipo W3TC, LiteSpeed Cache, WP Super Cache, etc.)
// -> Certifique-se de ativar o "Cache" em seu cPanel para ganhos significativos de performance.
// -> Como seu servidor utiliza o web server LiteSpeed, recomendamos o uso do plugin "LiteSpeed Cache".
// -> Além disso, ative o "Cache de Objetos (Redis)" para ganhos adicionais.
// FIM das otimizações X2 Network
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the web site, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'kbdhpghp_wp_jbnk7' );
/** Database username */
define( 'DB_USER', 'kbdhpghp_wp_ylov3' );
/** Database password */
define( 'DB_PASSWORD', 'K6t5WVL1!Ca*@*ZH' );
/** Database hostname */
define( 'DB_HOST', 'mysql-farm.x2.network:3306' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
/**#@+
* Authentication unique keys and salts.
*
* Change these to different unique phrases! You can generate these using
* the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
*
* You can change these at any point in time to invalidate all existing cookies.
* This will force all users to have to log in again.
*
* @since 2.6.0
*/
define('AUTH_KEY', '/r0d/;|6BC:F[)plTK!nGUL6*847#z9%dgfq7x~nFV_gmi465K40r)bmo[5b&7jK');
define('SECURE_AUTH_KEY', '4_h28x0pW7J]q0)029e2Qe+odt+Ki0v1J6/81(z)@*gk9R%;Jl2b17a~k*c]]0Wd');
define('LOGGED_IN_KEY', 'cW7IQYF8#6p)RfA9Of8M97yH5_44+V32iyo;NUc&)jBu/*&0@luGg4G]j62od84_');
define('NONCE_KEY', 'Tp7S[o34*feu6vqO3asiAv98ciN2-g*kq)0o;R&k5TG9-e)6#9xu:YoM2b1+;68(');
define('AUTH_SALT', 'q0hd#N1/59ZN0;7UdIwQ#-U9a+RxF[q%;50W)&/fe6I]0Y~C|d(Dv1p|p4I[5~3+');
define('SECURE_AUTH_SALT', '1+P]u|6_riG37gzaOeHGjy/0Os(Uf0pNM4I!k//]J8aac7:n#_~12mO4Ii9!5o*!');
define('LOGGED_IN_SALT', '&+)zvY(ldfk+/ugFQ907P1jq31uA2JKUJ4O#@#-L!SgQ4#B8V53AS1*K%t3A8Fqx');
define('NONCE_SALT', '8z0/j7gl!gYu22&Sh:54Z97P98hP5xxrXefZZf;nK*n9;wU5hXdSCte_tDTw31#5');
/**#@-*/
/**
* WordPress database table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = '4o72ypD_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';