From e060c762a6dc2fc6ec53244ca4d7f94b8442d084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:29:57 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.php b/conf/config.php index 4c1be94..9665ec7 100644 --- a/conf/config.php +++ b/conf/config.php @@ -936,7 +936,7 @@ $config->fileCompilerOptions = array( * @var array * */ -$config->httpHosts = array(__DOMAIN__); +$config->httpHosts = array(); /** * Runtime HTTP host @@ -946,7 +946,7 @@ $config->httpHosts = array(__DOMAIN__); * ProcessWire's runtime value. * */ -$config->httpHost = ''; +$config->httpHost = '__DOMAIN__'; /** * Protect CSRF?