Skip to content

Commit ceb4da1

Browse files
committed
Minor changes
1 parent 44a0708 commit ceb4da1

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

etc/mysql/mariadb.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ table_definition_cache = 1024
5656
# * MyISAM
5757
myisam_recover_options = BACKUP
5858
key_buffer_size = 64k
59-
open_files_limit = 10000
59+
open_files_limit = 10666
6060
table_open_cache = SEDTOC
6161
myisam_sort_buffer_size = 128M
6262
concurrent_insert = 2

scripts/install/redis/redis-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ apt install -qy redis-server redis-tools
3232
#mkdir -p /var/lib/redis
3333
#mkdir -p /var/log/redis
3434
touch /var/log/redis/redis-server.log
35-
find /var/log/redis -type d,f -exec chmod 775 {} \;
35+
find /var/lib/redis -type d,f -exec chmod 775 {} \;
3636
find /var/lib/redis -type d,f -exec chmod 775 {} \;
3737
chmod 775 /run/redis
3838
chmod 775 /var/lib/redis

var/www/wordpress/wp-config.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@
104104
// https://codex.wordpress.org/Plugin_API/Action_Reference/admin_notices
105105
define( 'DISABLE_NAG_NOTICES', true );
106106

107-
/* The SEO Framework Headless Mode */
108-
// https://kb.theseoframework.com/kb/headless-mode/
109-
//define( 'THE_SEO_FRAMEWORK_HEADLESS', true );
110-
111107
/* WP-CLI */
112108
define( 'WP_CLI_BIN_DIR', '/tmp/wp-cli-phar' );
113109
define( 'WP_CLI_CONFIG_PATH', '/tmp/wp-cli-phar/config.yml' );
114110

111+
/* The SEO Framework Headless Mode */
112+
// https://kb.theseoframework.com/kb/headless-mode/
113+
//define( 'THE_SEO_FRAMEWORK_HEADLESS', true );
114+
115115
/* Contact Form 7 */
116116
//define( 'WPCF7_UPLOADS_TMP_DIR', '/var/www/sites/SEDURL/wp-content/uploads/wpcf7_uploads' );
117117

@@ -146,13 +146,13 @@
146146
/* Debug */
147147
define( 'WP_DEBUG', false ); // Set to true if you want to debug
148148
define( 'CONCATENATE_SCRIPTS', true ); // Setting to false may fix java issues in dashboard only
149+
//define( 'RECOVERY_MODE_EMAIL', '[email protected]' ); // Set a recovery mode email.
149150
define( 'SAVEQUERIES', false ); // https://codex.wordpress.org/Editing_wp-config.php#Save_queries_for_analysis
150151
define( 'SCRIPT_DEBUG', false ); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
151152
define( 'WP_ALLOW_REPAIR', false ); // https://SEDURL/wp-admin/maint/repair.php - Disable once you're done. Anyone can trigger this.
152153
define( 'WP_DEBUG_DISPLAY', false ); // Displays logs within browser on site. Not for production environments.
153154
define( 'WP_DEBUG_LOG', '/var/log/domains/SEDURL/SEDURL-wp-error.log' ); // Only writes log if WP_DEBUG is set to true.
154155
//define( 'WP_SANDBOX_SCRAPING', true ); // Turn off WSOD Protection (and don't send email notification)
155-
//define( 'RECOVERY_MODE_EMAIL', '[email protected]' ); // Set a recovery mode email.
156156

157157
/* Theme Check Plugin */
158158
// https://wordpress.org/plugins/theme-check/

0 commit comments

Comments
 (0)