4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/bash
|
|
set -e
|
|
php-fpm7.1 -F -R &
|
|
exec nginx -g "daemon off;" |