Commit 9c68538d by Ali Arshad

Update wp-config.php

parent 47ae6718
......@@ -17,6 +17,12 @@
*
* @package WordPress
*/
if($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https'){
$_SERVER['HTTPS'] = 'on';
$_SERVER['SERVER_PORT'] = 443;
}
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment