Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ROOT_PROFILE="/root/.bash_profile"
PHPVER=7.2
PHP_INI=/etc/php/"$PHPVER"/fpm/php.ini
PHP_POOL_DIR=/etc/php/"$PHPVER"/fpm/pool.d
PHP_FPM_SOCK=/var/run/php"$PHPVER"-fpm-wordpress.sock
PHP_FPM_SOCK=/var/run//php/php"$PHPVER"-fpm-wordpress.sock

# MARIADB
SHUF=$(shuf -i 25-29 -n 1)
Expand Down
2 changes: 1 addition & 1 deletion wordpress_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ echo "</IfModule>"
} >> $WPATH/.htaccess

# Set up a php-fpm pool with a unixsocket
cat << POOL_CONF > "$PHP_POOL_DIR/www_wordpress.conf"
cat << POOL_CONF > "$PHP_POOL_DIR/Wordpress.conf"
[www_wordpress]
user = www-data
group = www-data
Expand Down