I am very new to Chef. I had installed Chef in Centos6.6 and could access Chef control panel https://myservername.com
However, after reboot I cannot access Chef control panel via https://myservername.com. It does not load anything!!!
I have followed this instruction https://docs.chef.io/install_server.html
I have start the server
[root@chefsv1 ~]# chef-server-ctl status
run: bookshelf: (pid 807) 374s; run: log: (pid 791) 374s
run: nginx: (pid 1572) 360s; run: log: (pid 795) 374s
run: oc_bifrost: (pid 811) 374s; run: log: (pid 794) 374s
run: oc_id: (pid 808) 374s; run: log: (pid 792) 374s
run: opscode-erchef: (pid 825) 374s; run: log: (pid 801) 374s
run: opscode-expander: (pid 805) 374s; run: log: (pid 790) 374s
run: opscode-expander-reindexer: (pid 806) 374s; run: log: (pid 789) 374s
run: opscode-pushy-server: (pid 846) 374s; run: log: (pid 824) 374s
run: opscode-reporting: (pid 847) 374s; run: log: (pid 826) 374s
run: opscode-solr4: (pid 809) 374s; run: log: (pid 793) 374s
run: postgresql: (pid 823) 374s; run: log: (pid 816) 374s
run: rabbitmq: (pid 802) 374s; run: log: (pid 787) 374s
run: redis_lb: (pid 804) 374s; run: log: (pid 788) 374s
[root@chefsv1 ~]# opscode-manage-ctl status
run: opscode-manage-events: (pid 784) 296s; run: log: (pid 781) 296s
run: opscode-manage-webapp: (pid 764) 296s; run: log: (pid 762) 297s
run: opscode-manage-worker: (pid 766) 296s; run: log: (pid 765) 296s
run: redis: (pid 782) 296s; run: log: (pid 763) 296s
Do I need to start any other service?