Updating WordOps dashboard to v1.3
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# NGINX Tweaks - WordOps {{release}}
|
# 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;
|
directio_alignment 512;
|
||||||
large_client_header_buffers 8 64k;
|
large_client_header_buffers 8 64k;
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class WOVar():
|
|||||||
wo_adminer = "4.8.1"
|
wo_adminer = "4.8.1"
|
||||||
wo_phpmyadmin = "5.2.0"
|
wo_phpmyadmin = "5.2.0"
|
||||||
wo_extplorer = "2.1.15"
|
wo_extplorer = "2.1.15"
|
||||||
wo_dashboard = "1.2"
|
wo_dashboard = "1.3"
|
||||||
|
|
||||||
# Get WPCLI path
|
# Get WPCLI path
|
||||||
wo_wpcli_path = '/usr/local/bin/wp'
|
wo_wpcli_path = '/usr/local/bin/wp'
|
||||||
|
|||||||
Reference in New Issue
Block a user