broke lines that are too long in README.
This commit is contained in:
parent
777da53f2d
commit
73f13092eb
3
README
3
README
|
@ -73,7 +73,8 @@ in your PATH environment, and then follow the following steps:
|
||||||
|
|
||||||
Then you can start your server this way:
|
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
|
/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.
|
assuming you're using the default "prefix", i.e., /usr/local/openresty, in Step 2.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue