Skip to content
Snippets Groups Projects
Commit 51d6c9e7 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

Merge branch 'fix-hostname' into 'master'

Nginx sets Host-header correctly, don't unset

See merge request !36
parents 00998f0f 3a12b3ff
No related branches found
No related tags found
1 merge request!36Nginx sets Host-header correctly, don't unset
Pipeline #3793 passed
...@@ -13,7 +13,6 @@ define('DB_COLLATE', ''); ...@@ -13,7 +13,6 @@ define('DB_COLLATE', '');
define('FS_METHOD', 'direct'); define('FS_METHOD', 'direct');
$_SERVER["HTTP_HOST"] = $_SERVER["HTTP_X_FORWARDED_HOST"];
$_SERVER["HTTPS"] = "on"; $_SERVER["HTTPS"] = "on";
require_once('secrets.php'); require_once('secrets.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment