This website requires JavaScript.
Explore
Help
Sign in
luzifer
/
docker-php5-nginx
Watch
1
Star
0
Fork
You've already forked docker-php5-nginx
0
mirror of
https://github.com/Luzifer/docker-php5-nginx.git
synced
2024-11-08 22:20:06 +00:00
Code
Issues
Releases
Wiki
Activity
5c92caf2d5
docker-php5-nginx
/
files
/
container-run.sh
5 lines
51 B
Bash
Raw
Normal View
History
Unescape
Escape
Added README; Fixed container startup
2014-09-06 22:54:43 +00:00
#!/bin/bash
Use PHP FPM instead of ancient Spawn-FCGI Use the default FPM config, except the max_children, which is set to 10 as it was with spawn-fcgi.
2015-07-07 20:44:51 +00:00
/etc/init.d/php5-fpm start
Added README; Fixed container startup
2014-09-06 22:54:43 +00:00
exec
nginx
Reference in a new issue
Copy permalink