From 6271d106b48370390d55be951de21d3520eba829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Thu, 12 May 2011 18:06:02 +0800 Subject: [PATCH] added a note for starting the ngx_openresty server. --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index c5fba5e..34acd38 100644 --- a/README +++ b/README @@ -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: