XMr@Kq?C|5v%6R|#>oFz-EIv,wR70%3w*@j*f+!Q'); define('LOGGED_IN_KEY', '4%PU`*?EP@>m_DoEb},%|)o~y>r7Etj-|t+[[D%eGx5z,wrL*'); define('LOGGED_IN_SALT', 'i-P@Zc ,xG+kwH&D[R-n@|f]>5+{U`i/5=0|R6(Ycx,~:ckX|HO8@?XAE-`t@AkV'); define('NONCE_SALT', '|;x#`|:5heUdp.j1%p(Ub-%BPOepY+)CoRy|2WOl/vn0R@y!En=/x#c7sTg[y]{`'); /**#@-*/ /** * 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 = 'wp_'; /** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', ''); /** * 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. */ define('WP_DEBUG', false); /* http://cmanios.wordpress.com/2014/04/12/nginx-https-reverse-proxy-to-wordpress-with-apache-http-and-different-port/ http://wordpress.org/support/topic/compatibility-with-wordpress-behind-a-reverse-proxy https://wordpress.org/support/topic/wp_home-and-wp_siteurl */ // If WordPress is behind reverse proxy which proxies https to http if (!empty( $_SERVER['HTTP_X_FORWARDED_FOR'])) { $_SERVER['HTTP_HOST'] = $_SERVER['HTTP_X_FORWARDED_HOST']; if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on'; } /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');