Updating WordOps dashboard to v1.3

This commit is contained in:
VirtuBox
2024-04-21 17:40:53 +02:00
parent 8ddaa7e98f
commit b863fc7c57
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
# NGINX Tweaks - WordOps {{release}}
directio 4m;
# Enables the use of the O_DIRECT flag t can be useful for serving large files
directio 4m;
directio_alignment 512;
large_client_header_buffers 8 64k;

View File

@@ -21,7 +21,7 @@ class WOVar():
wo_adminer = "4.8.1"
wo_phpmyadmin = "5.2.0"
wo_extplorer = "2.1.15"
wo_dashboard = "1.2"
wo_dashboard = "1.3"
# Get WPCLI path
wo_wpcli_path = '/usr/local/bin/wp'