#!/bin/sh rm -f /var/run/nginx.pid mkdir -p /var/log/nginx set -e /etc/init.d/php7.4-fpm restart exec /usr/sbin/nginx -g 'daemon off;'