diff --git a/conf/nginx.conf b/conf/nginx.conf index 5890be5..d8db28e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location __PATH__/ { index index_http.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file - #client_max_body_size 50M; + client_max_body_size 50M; try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) { diff --git a/manifest.toml b/manifest.toml index 35c2e86..e56f08d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Zabbix" description.en = "Monitoring tool for diverse IT components, including networks, servers, VMs and cloud services" description.fr = "Outil pour monitorer des réseaux, des serveurs, des VMs et autres services en ligne" -version = "5.0.41~ynh2" +version = "6.4~ynh1" maintainers = [] @@ -97,6 +97,7 @@ ram.runtime = "200M" "zabbix-agent", "zabbix-frontend-php", "zabbix-server-mysql", + "zabbix-sql-scripts", ] [resources.database]