I installed nginx and passenger with the command:
rvmsudo passenger-install-nginx-module
Is there any nifty way to remove it easily?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
nginx should be self-contained in /opt/nginx or whatever path you chose during install.
You can just remove the folder and everything should be ok.
Edit : Or remove passenger altogether :
gem uninstall passenger