fix: correct configuration to latest changes on tunnel
This commit is contained in:
parent
b103472558
commit
a6fb94094a
@ -55,4 +55,4 @@ socket = unix:/tmp/fcgi.sock
|
||||
[PLUGIN:tunnel]
|
||||
autoload = 1
|
||||
name = tunnel
|
||||
hotlines = unix:/opt/www/tmp/antd_hotline.sock
|
||||
hotlines = unix:/app/data/tmp/antd_hotline.sock
|
||||
|
@ -1,13 +1,13 @@
|
||||
[vterm]
|
||||
exec = /opt/www/bin/vterm
|
||||
param = /app/data/tmp/channels/antd_hotline.sock
|
||||
param = unix:/app/data/tmp/antd_hotline.sock
|
||||
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 = unix:/app/data/tmp/antd_hotline.sock
|
||||
param = keychain
|
||||
param = /opt/www/tmp/antunnel_keychain
|
||||
param = /app/data/tmp/antunnel_keychain
|
||||
param = r
|
||||
debug = 1
|
Loading…
Reference in New Issue
Block a user