moved to files fome configs i have

This commit is contained in:
2022-03-14 16:53:07 +01:00
parent 48cc3f2b66
commit e1930c8fae
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#!/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;'