I need to install Nginx on Amazon EC2. However, a rails server is already running on port 80.
I need to:
- See what server is running
- Figure out how to stop it
- Figure out how to start nginx on port 80 instead of that server.
Any help?
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.
I did ps -ef and found nginx process.
After that I made sudo kill , and started nginx again