准备在阿里云上用nginx+passenger部署ruby。
我的服务器是centos7的,按照教程使用
rvmsudo gem install passenger
安装passenger后,用
rvmsudo passenger-install-nginx-module
完成了nginx安装
但完成以后,还是会出现nginx command not found
用whereis找nginx也找不到
请问一下这是什么原因,还有需要怎么操作才能成功部署
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
你应该按照官方教程做。