first commit

This commit is contained in:
Marvin Steadfast
2016-04-18 11:00:29 +02:00
commit a9a8336f8f
14 changed files with 2864 additions and 0 deletions

2
root/etc/s6/nginx/finish Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec /bin/true

3
root/etc/s6/nginx/run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
exec nginx -c /etc/nginx/nginx.conf

2
root/etc/s6/php-fpm/finish Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec /bin/true

3
root/etc/s6/php-fpm/run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
exec php-fpm7 -F