We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4ed0a commit 217e434Copy full SHA for 217e434
lib.sh
@@ -47,7 +47,7 @@ ROOT_PROFILE="/root/.bash_profile"
47
PHPVER=7.2
48
PHP_INI=/etc/php/"$PHPVER"/fpm/php.ini
49
PHP_POOL_DIR=/etc/php/"$PHPVER"/fpm/pool.d
50
-PHP_FPM_SOCK=/var/run/php"$PHPVER"-fpm-wordpress.sock
+PHP_FPM_SOCK=/var/run//php/php"$PHPVER"-fpm-wordpress.sock
51
52
# MARIADB
53
SHUF=$(shuf -i 25-29 -n 1)
wordpress_install.sh
@@ -384,7 +384,7 @@ echo "</IfModule>"
384
} >> $WPATH/.htaccess
385
386
# Set up a php-fpm pool with a unixsocket
387
-cat << POOL_CONF > "$PHP_POOL_DIR/www_wordpress.conf"
+cat << POOL_CONF > "$PHP_POOL_DIR/Wordpress.conf"
388
[www_wordpress]
389
user = www-data
390
group = www-data
0 commit comments