openbsd-ports/www/nginx/pkg/MESSAGE
okan 7a86a6cc3e fix typo and bump
ok william@ (MAINTAINER)
2009-10-26 13:32:02 +00:00

10 lines
228 B
Plaintext

Documentation on nginx can be found on the wiki:
http://wiki.nginx.org/
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