This commit is contained in:
luizeof
2022-03-17 06:30:01 -07:00
parent 315263b26b
commit 8009f68db6
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -18,6 +18,8 @@ function update_wp_config() {
wp config set DB_HOST "$WORDPRESS_DB_HOST:$WORDPRESS_DB_PORT" --add --type=constant
wp config set DB_PORT $WORDPRESS_DB_PORT --raw --add --type=constant
wp config set WP_DEBUG $WP_DEBUG --raw --add --type=constant
wp config set WP_MEMORY_LIMIT '256M' --add --type=constant
wp config set WP_MAX_MEMORY_LIMIT '256M' --add --type=constant
}
function generate_litespeed_password() {
+2 -1
View File
@@ -139,7 +139,8 @@ extprocessor PHP-7.4 {
address uds:///tmp/lshttpd/lsphp74.sock
maxConns 25
env PHP_LSAPI_CHILDREN=25
env LSAPI_AVOID_FORK=200M
#env LSAPI_AVOID_FORK=200M
env LSAPI_AVOID_FORK=1
initTimeout 60
retryTimeout 0
persistConn 1