Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
5e1410b0
Commit
5e1410b0
authored
Mar 29, 2018
by
Ali Arshad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wp-config.php
parent
fccfca9b
Pipeline
#424
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
wp-config.php
WWW_DATA/wp-config.php
+9
-0
No files found.
WWW_DATA/wp-config.php
View file @
5e1410b0
<?php
/**
* Handle SSL reverse proxy
*/
if
(
$_SERVER
[
'HTTP_X_FORWARDED_PROTO'
]
==
'https'
)
$_SERVER
[
'HTTPS'
]
=
'on'
;
if
(
isset
(
$_SERVER
[
'HTTP_X_FORWARDED_HOST'
]))
{
$_SERVER
[
'HTTP_HOST'
]
=
$_SERVER
[
'HTTP_X_FORWARDED_HOST'
];
}
// BEGIN iThemes Security - Do not modify or remove this line
// iThemes Security Config Details: 2
define
(
'DISALLOW_FILE_EDIT'
,
true
);
// Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment