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]
|
[PLUGIN:tunnel]
|
||||||
autoload = 1
|
autoload = 1
|
||||||
name = tunnel
|
name = tunnel
|
||||||
hotlines = unix:/opt/www/tmp/antd_hotline.sock
|
hotlines = unix:/app/data/tmp/antd_hotline.sock
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
[vterm]
|
[vterm]
|
||||||
exec = /opt/www/bin/vterm
|
exec = /opt/www/bin/vterm
|
||||||
param = /app/data/tmp/channels/antd_hotline.sock
|
param = unix:/app/data/tmp/antd_hotline.sock
|
||||||
debug = 0
|
debug = 0
|
||||||
|
|
||||||
# used only by tunnel to authentificate user
|
# used only by tunnel to authentificate user
|
||||||
[tunnel_keychain]
|
[tunnel_keychain]
|
||||||
exec = /opt/www/bin/wfifo
|
exec = /opt/www/bin/wfifo
|
||||||
param = unix:/opt/www/tmp/antd_hotline.sock
|
param = unix:/app/data/tmp/antd_hotline.sock
|
||||||
param = keychain
|
param = keychain
|
||||||
param = /opt/www/tmp/antunnel_keychain
|
param = /app/data/tmp/antunnel_keychain
|
||||||
param = r
|
param = r
|
||||||
debug = 1
|
debug = 1
|
Loading…
Reference in New Issue
Block a user