Initial commit.
nginx 1.20.1 php 7.4.21
This commit is contained in:
5
configuration/s6/.s6-svscan/finish
Normal file
5
configuration/s6/.s6-svscan/finish
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for file in /etc/s6/*/finish; do
|
||||
$file
|
||||
done
|
3
configuration/s6/nginx/finish
Normal file
3
configuration/s6/nginx/finish
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
kill `cat /var/run/nginx/nginx.pid`
|
3
configuration/s6/nginx/run
Normal file
3
configuration/s6/nginx/run
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/nginx
|
3
configuration/s6/php-fpm/finish
Normal file
3
configuration/s6/php-fpm/finish
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
kill `cat /var/run/php-fpm7.pid`
|
3
configuration/s6/php-fpm/run
Normal file
3
configuration/s6/php-fpm/run
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/php-fpm7 -F
|
Reference in New Issue
Block a user