From 8d113ff19f2bbf7acc33734877fe157be13fe760 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:12:39 +0200 Subject: [PATCH] test upgrade to 6.4 --- conf/nginx.conf | 2 +- manifest.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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]