mirror of
https://github.com/YunoHost-Apps/processwire_ynh.git
synced 2024-09-03 20:06:37 +02:00
cleaning
This commit is contained in:
parent
474e3027bf
commit
7e2e5398b2
3 changed files with 3 additions and 9 deletions
|
@ -936,7 +936,7 @@ $config->fileCompilerOptions = array(
|
||||||
* @var array
|
* @var array
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$config->httpHosts = array();
|
$config->httpHosts = array(__DOMAIN__);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Runtime HTTP host
|
* Runtime HTTP host
|
||||||
|
|
|
@ -4,7 +4,7 @@ location __PATH__/ {
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __INSTALL_DIR__/;
|
alias __INSTALL_DIR__/;
|
||||||
|
|
||||||
index index.php;
|
index index.php index.html;
|
||||||
|
|
||||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||||
client_max_body_size 100M;
|
client_max_body_size 100M;
|
||||||
|
|
|
@ -41,12 +41,6 @@ ram.runtime = "50M"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[install.admin]
|
|
||||||
type = "user"
|
|
||||||
|
|
||||||
[install.password]
|
|
||||||
type = "password"
|
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/processwire/processwire/archive/refs/tags/3.0.227.zip"
|
url = "https://github.com/processwire/processwire/archive/refs/tags/3.0.227.zip"
|
||||||
|
|
Loading…
Reference in a new issue