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 189c746 commit d8e58d8Copy full SHA for d8e58d8
usr/local/sbin/easyengine
@@ -491,10 +491,10 @@ PHP_PACKAGES()
491
echo -e "<?php \n\t phpinfo(); \n?>" &>> /var/www/22222/htdocs/php/info.php
492
493
# Fake PHP5-FPM Status Pages
494
- if [ ! -d /var/www/22222/htdocs/php/status/ ]
+ if [ ! -d /var/www/22222/htdocs/fpm/status/ ]
495
then
496
- mkdir -p /var/www/22222/htdocs/php/status/ || OwnError "Unable To Create webgrind Directory"
497
- touch /var/www/22222/htdocs/php/status/{php,debug}
+ mkdir -p /var/www/22222/htdocs/fpm/status/ || OwnError "Unable To Create webgrind Directory"
+ touch /var/www/22222/htdocs/fpm/status/{php,debug}
498
fi
499
500
# Anemometer Setup
0 commit comments