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

spacewander 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 3f5a384  fix: permissions to /tmp/runner.sock is not enough (#51)
3f5a384 is described below

commit 3f5a38455d492a960e2c62e723496e77692210ef
Author: tzssangglass <[email protected]>
AuthorDate: Thu Jul 22 17:12:43 2021 +0800

    fix: permissions to /tmp/runner.sock is not enough (#51)
---
 docs/en/latest/how-it-works.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/how-it-works.md b/docs/en/latest/how-it-works.md
index f004415..5bf0b17 100644
--- a/docs/en/latest/how-it-works.md
+++ b/docs/en/latest/how-it-works.md
@@ -67,7 +67,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 755 /tmp/runner.sock
+chmod 766 /tmp/runner.sock
 ```
 
 To get more detailed debugging information, you can modify the output level of 
the log.

Reply via email to