- php-fpm.ini增加配置
1 | pm.status_path = /4bc020cd40b51db16c85e685b86da43b |
- nginx增加本地配置
1 | { |
- 检查配置是否正确
1 | nginx -t && php-fpm -t |
- 重启php-fpm, nginx 本地访问
1 |
|
- php-fpm.ini增加配置
1 | pm.status_path = /4bc020cd40b51db16c85e685b86da43b |
- nginx增加本地配置
1 | { |
- 检查配置是否正确
1 | nginx -t && php-fpm -t |
- 重启php-fpm, nginx 本地访问
1 |
|