nginx/init

9 lines
95 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
echo '+ Starting PHP-FPM'
php-fpm -D
exec /usr/sbin/nginx -g "daemon off;"