Testing fully automated startup
This commit is contained in:
7
resources/startup.sh
Normal file
7
resources/startup.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "[ INFO ] Starting nginx"
|
||||
nginx -g "daemon off;"
|
||||
|
||||
echo "[ INFO ] Starting PHP-FPM"
|
||||
service php7.0-fpm start
|
||||
Reference in New Issue
Block a user