You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/04/22 14:05:10 UTC

[skywalking-nginx-lua] branch master updated: update doc and example (#80)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git


The following commit(s) were added to refs/heads/master by this push:
     new 808909f  update doc and example (#80)
808909f is described below

commit 808909f66f77bee135776c04932565b252ad0c8f
Author: Daming <zt...@foxmail.com>
AuthorDate: Thu Apr 22 22:05:00 2021 +0800

    update doc and example (#80)
---
 README.md           | 7 ++++---
 examples/nginx.conf | 5 ++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 9d133c1..cf87154 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,9 @@ http {
         skywalking_tracer = require("skywalking.tracer")
     }
 
-
-
+    server {
+        listen 8090;
+        
         location /ingress {
             default_type text/html;
 
@@ -109,7 +110,7 @@ Then you could
 
 ### Local Development and Unit Tests
 All codes in the `lib/skywalking` require the `*_test.lua` to do the UnitTest. To run that, you need to install
-- Lua 5.3
+- Lua 5.1
 - LuaRocks
 
 The following libs are required in runtime or test cases, please use `LuaRocks` to install them.
diff --git a/examples/nginx.conf b/examples/nginx.conf
index 3c6da29..145bebd 100644
--- a/examples/nginx.conf
+++ b/examples/nginx.conf
@@ -55,9 +55,8 @@ http {
         skywalking_tracer = require("skywalking.tracer")
     }
 
-
-
-
+    server {
+        listen 8090;
 
         location /ingress {
             default_type text/html;