Rails rvm Passenger with Nginx

gem install passenger rvmsudo passenger-install-nginx-module ```bash /opt/nginx/conf/nginx.conf server { listen 80; server_name www.xxx.com; root /home/user/app/public...


Curl development headers with SSL support... not found

-------------------------------------------- Checking for required software... * GNU C++ compiler... found at /usr/bin/g++ * The 'make' tool... found at /usr/bin/make * A download tool like 'w...