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
|
||||
*
|
||||
*/
|
||||
$config->httpHosts = array();
|
||||
$config->httpHosts = array(__DOMAIN__);
|
||||
|
||||
/**
|
||||
* Runtime HTTP host
|
||||
|
|
|
@ -4,12 +4,12 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
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
|
||||
client_max_body_size 100M;
|
||||
|
||||
try_files $uri $uri/ /index.php?it=$uri&$args;
|
||||
try_files $uri $uri/ /index.php?it=$uri&$args;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||
|
|
|
@ -41,12 +41,6 @@ ram.runtime = "50M"
|
|||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[install.admin]
|
||||
type = "user"
|
||||
|
||||
[install.password]
|
||||
type = "password"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/processwire/processwire/archive/refs/tags/3.0.227.zip"
|
||||
|
|
Loading…
Reference in a new issue