mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
test upgrade to 6.4
This commit is contained in:
parent
56b7e1e948
commit
8d113ff19f
2 changed files with 3 additions and 2 deletions
|
@ -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(/|$) {
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue