There was an error while loading. Please reload this page.
1 parent 52ef453 commit 0f88be3Copy full SHA for 0f88be3
README.md
@@ -22,7 +22,7 @@ https://github.com/juce/sockproc
22
23
Make sure to have sockproc running and listenning on a UNIX domain socket:
24
25
- $ ./sockproc /tmp/hello.sock
+ $ ./sockproc /tmp/shell.sock
26
27
In your OpenResty config:
28
lib/resty/shell.lua
@@ -11,7 +11,7 @@ local shell = {
11
_VERSION = '0.01'
12
}
13
14
-local sockproc_socket = "unix:/tmp/hello.sock"
+local sockproc_socket = "unix:/tmp/shell.sock"
15
16
17
function shell.execute(cmd, args)
0 commit comments