Skip to content
Snippets Groups Projects
Commit 3a12b3ff authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Nginx sets Host-header correctly, don't unset

parent 088cd115
Branches
No related tags found
1 merge request!36Nginx sets Host-header correctly, don't unset
Pipeline #3792 passed
......@@ -13,7 +13,6 @@ define('DB_COLLATE', '');
define('FS_METHOD', 'direct');
$_SERVER["HTTP_HOST"] = $_SERVER["HTTP_X_FORWARDED_HOST"];
$_SERVER["HTTPS"] = "on";
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