From b863fc7c57cb25eb4cd7ce2c7863309177c79ad5 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 21 Apr 2024 17:40:53 +0200 Subject: [PATCH] Updating WordOps dashboard to v1.3 --- wo/cli/templates/tweaks.mustache | 3 ++- wo/core/variables.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wo/cli/templates/tweaks.mustache b/wo/cli/templates/tweaks.mustache index 8e7a86f..81ab266 100644 --- a/wo/cli/templates/tweaks.mustache +++ b/wo/cli/templates/tweaks.mustache @@ -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; diff --git a/wo/core/variables.py b/wo/core/variables.py index 12f3ef0..12f1b25 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -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'