From a6fb94094a6fdf28111647b48255af4cea23659c Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 29 Mar 2023 12:17:24 +0200 Subject: [PATCH] fix: correct configuration to latest changes on tunnel --- antd-config.ini | 2 +- runner.ini | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/antd-config.ini b/antd-config.ini index 84fdf2d..8c973b6 100644 --- a/antd-config.ini +++ b/antd-config.ini @@ -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 diff --git a/runner.ini b/runner.ini index f0b313a..93c3349 100644 --- a/runner.ini +++ b/runner.ini @@ -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 \ No newline at end of file