Fix nginx not being able to save PID to default location

This commit is contained in:
William Miceli
2020-01-03 19:18:47 -05:00
parent d9b5b8edd8
commit f177e82db6

View File

@@ -4,4 +4,4 @@ echo "[ INFO ] Starting PHP Service"
rc-service php-fpm7 start
echo "[ INFO ] Starting nginx"
nginx -g "daemon off;" # Foreground
nginx -g "pid /tmp/nginx.pid; daemon off;" # Foreground