php-micro-file-server/run.sh

6 lines
96 B
Bash
Raw Normal View History

2024-09-12 22:45:03 +08:00
#!/bin/sh
# 后台启动
php-fpm -D
# 关闭后台启动hold住进程
nginx -g 'daemon off;'