mirror of
https://github.com/Luzifer/docker-php5-nginx.git
synced 2024-11-08 14:10:06 +00:00
5c92caf2d5
Use the default FPM config, except the max_children, which is set to 10 as it was with spawn-fcgi.
4 lines
51 B
Bash
4 lines
51 B
Bash
#!/bin/bash
|
|
|
|
/etc/init.d/php5-fpm start
|
|
exec nginx
|