init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Start PHP-FPM
|
||||
php-fpm -D
|
||||
|
||||
# Start Nginx
|
||||
nginx -g 'daemon off;'
|
||||
Reference in New Issue
Block a user