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

tokers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git


The following commit(s) were added to refs/heads/main by this push:
     new 47239d7  docs: use 755 permissions is enough (#33)
47239d7 is described below

commit 47239d706230a0666d650a7752c600690b0759d3
Author: 罗泽轩 <[email protected]>
AuthorDate: Mon Jun 21 10:11:40 2021 +0800

    docs: use 755 permissions is enough (#33)
---
 docs/how-it-works.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/how-it-works.md b/docs/how-it-works.md
index 1732417..834b720 100644
--- a/docs/how-it-works.md
+++ b/docs/how-it-works.md
@@ -44,7 +44,7 @@ phase_func(): failed to connect to the unix socket 
unix:/tmp/runner.sock: permis
 in the `error.log` of APISIX, you can change the permissions of this file for 
debug, execute commands like
 
 ```shell
-chmod 777 /tmp/runner.sock
+chmod 755 /tmp/runner.sock
 ```
 
 To get more detailed debugging information, you can modify the output level of 
the log.

Reply via email to