installer/unix-like/create_texts.rb in rhoconnect-3.4.5 vs installer/unix-like/create_texts.rb in rhoconnect-4.0.0.beta.10
- old
+ new
@@ -723,13 +723,13 @@
_NGINX_TO_DO_
else
server_todo_list = <<_NGINX_TO_DO_
2) Try rhoconnect 'rhoapp' application, created in /opt/nginx/html directory
- A) As root user start redis, nginx and thin servers:
+ A) As root user start redis, thin and nginx servers:
/etc/init.d/redis start
- /etc/init.d/nginx start
/etc/init.d/thin start
+ /etc/init.d/nginx start
B) Open RhoConnect application web console in your browser:
http://servername
_NGINX_TO_DO_
end