Question

I installed nginx on my Ubuntu 12.04 server, first it said that everything is working well but after I configured as given in froxlor config it no longer works. Unfortunately I don't know why. Maybe could you help me. This is the IP which should be reached: http://united-craft.com

Thanks for your help.

Btw: How to enable nginx start on server start/boot?

Was it helpful?

Solution

http://united-craft.com

This host is working under nginx already.

How to enable nginx start on server start/boot?

You should write init start/stop script, place it in /etc/init.d/ and create symlinks in corresponding folders of run level in /etc/rc.d/ check this link

Or install nginx with package manager.

Or install/upgrade to Plesk 11.5, it has nginx support and do the dirty work for you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top