fix: correct configuration to latest changes on tunnel

This commit is contained in:
DanyLE 2023-03-29 12:17:24 +02:00
parent b103472558
commit a6fb94094a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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