lib/rconf/configurators/passenger_configurator.rb in rconf-0.9.23 vs lib/rconf/configurators/passenger_configurator.rb in rconf-0.9.24
- old
+ new
@@ -167,11 +167,11 @@
"\nThe following aliases may help too:\n" +
"alias nrestart='kill -HUP `cat #{pid_path}/nginx.pid`'\n" +
"alias nstart='#{install_path}/sbin/nginx'\n" +
"alias nstop='#{install_path}/sbin/nginx -s stop'"
end
- post_note (post_note || '') + "\nThe nginx settings will make right_site available at http://right-site.rightscale.local:3000"
+ post_note (post_note || '') + "\nThe nginx settings will make right_site available at http://right-site.rightscale.local:3080"
File.delete(File.join(ruby_dir, 'rake')) unless rake_exist
report_success
end
end
@@ -182,10 +182,10 @@
def hosts_entry
"\n" +
"# added by rconf's passenger_configurator\n"
"#\n" +
"255.255.255.255 broadcasthost\n" +
- "127.0.0.1 right-site.rightscale.local library.rightscale.local rightscale.local"
+ "127.0.0.1 right-site.rightscale.local library.rightscale.local rightscale.local global.rightscale.local"
end
# Nginx error log path
def log_path
File.join(install_path, 'logs', 'nginx-error.log')