#!/bin/sh set -e # Start PHP-FPM in the background php-fpm -D # Start Nginx in the foreground exec nginx -g "daemon off;"