fix: correct configuration to latest changes on tunnel
This commit is contained in:
parent
16741978ca
commit
d16de11a4e
@ -55,3 +55,4 @@ socket = unix:/tmp/fcgi.sock
|
|||||||
[PLUGIN:tunnel]
|
[PLUGIN:tunnel]
|
||||||
autoload = 1
|
autoload = 1
|
||||||
name = tunnel
|
name = tunnel
|
||||||
|
hotlines = unix:/opt/www/tmp/antd_hotline.sock
|
||||||
|
@ -2,3 +2,12 @@
|
|||||||
exec = /opt/www/bin/vterm
|
exec = /opt/www/bin/vterm
|
||||||
param = /app/data/tmp/channels/antd_hotline.sock
|
param = /app/data/tmp/channels/antd_hotline.sock
|
||||||
debug = 0
|
debug = 0
|
||||||
|
|
||||||
|
# used only by tunnel to authentificate user
|
||||||
|
[tunnel_keychain]
|
||||||
|
exec = /opt/www/bin/wfifo
|
||||||
|
param = unix:/opt/www/tmp/antd_hotline.sock
|
||||||
|
param = keychain
|
||||||
|
param = /opt/www/tmp/antunnel_keychain
|
||||||
|
param = r
|
||||||
|
debug = 1
|
Loading…
Reference in New Issue
Block a user