Sigma-Production / ptero-eggs

Nginx egg Host your Website on pterodactyl panel
Other
73 stars 92 forks source link

Can fix that ??? #21

Closed LeDiamantRouge closed 1 year ago

LeDiamantRouge commented 1 year ago

In start.sh you d'ont create the logs file :/ You can change start.sh with that please Thank :)

#!/bin/ash
rm -rf /home/container/tmp/*
mkdir /home/container/logs

echo "⟳ Starting PHP-FPM..."
/usr/sbin/php-fpm8 --fpm-config /home/container/php-fpm/php-fpm.conf --daemonize

echo "⟳ Starting Nginx..."
echo "✓ Successfully started"
/usr/sbin/nginx -c /home/container/nginx/nginx.conf -p /home/container/
finnie2006 commented 1 year ago

Not needed, as it already is in the install script since the latest release

LeDiamantRouge commented 1 year ago

Ah okay thank ;)