f5e805d93d
ok merdely@
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
Documentation on nginx can be found on the wiki:
|
|
http://wiki.codemongers.com/Main
|
|
|
|
You may want to put the following into your /etc/rc.local:
|
|
|
|
# start nginx
|
|
if [ -x ${PREFIX}/sbin/nginx ]; then
|
|
echo -n ' nginx'; ${PREFIX}/sbin/nginx
|
|
fi
|