mirror of
https://github.com/YunoHost-Apps/processwire_ynh.git
synced 2024-09-03 20:06:37 +02:00
Update config.php
This commit is contained in:
parent
7e2e5398b2
commit
e060c762a6
1 changed files with 2 additions and 2 deletions
|
@ -936,7 +936,7 @@ $config->fileCompilerOptions = array(
|
||||||
* @var array
|
* @var array
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$config->httpHosts = array(__DOMAIN__);
|
$config->httpHosts = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Runtime HTTP host
|
* Runtime HTTP host
|
||||||
|
@ -946,7 +946,7 @@ $config->httpHosts = array(__DOMAIN__);
|
||||||
* ProcessWire's runtime value.
|
* ProcessWire's runtime value.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$config->httpHost = '';
|
$config->httpHost = '__DOMAIN__';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Protect CSRF?
|
* Protect CSRF?
|
||||||
|
|
Loading…
Reference in a new issue