added a note for starting the ngx_openresty server.

This commit is contained in:
agentzh (章亦春) 2011-05-12 18:06:02 +08:00
parent 9415dafc3f
commit 6271d106b4
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -71,6 +71,12 @@ in your PATH environment, and then follow the following steps:
make install
Then you can start your server this way:
/usr/local/openresty/nginx/sbin/nginx -p /path/to/your/server/root -c /path/to/your/nginx.conf
assuming you're using the default "prefix", i.e., /usr/local/openresty, in Step 2.
For bundle maintainers:
The bundle's source is at the following git repository: