autoconfig test
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
#Default auto configs
|
||||
/root/auto_config.sh
|
||||
if ! [ -f init/init ]
|
||||
then auto_config.sh
|
||||
fi
|
||||
|
||||
#Start Php-fpm
|
||||
/usr/sbin/php-fpm7.2 --nodaemonize --fpm-config /etc/php/7.2/fpm/php-fpm.conf &
|
||||
/usr/sbin/php-fpm8.1 --nodaemonize --fpm-config /etc/php/8.1/fpm/php-fpm.conf &
|
||||
|
||||
#Start Nginx
|
||||
/usr/sbin/nginx -g 'daemon off; master_process on;' &
|
||||
|
||||
Reference in New Issue
Block a user