phiz-php-worker/start.sh

8 lines
76 B
Bash
Raw Normal View History

2024-10-08 11:54:47 +08:00
#! /bin/bash
php ./start.php restart -d
php-fpm &
nginx -g 'daemon off;'