From 167a0600548534799b7c3d5c10d5632e501d6dab Mon Sep 17 00:00:00 2001 From: dany Date: Mon, 9 Jan 2023 19:59:05 +0100 Subject: [PATCH] Update 'antd-config.ini' --- antd-config.ini | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/antd-config.ini b/antd-config.ini index 03e465f..6166bd7 100644 --- a/antd-config.ini +++ b/antd-config.ini @@ -11,6 +11,7 @@ gzip_enable = 1 gzip_types = text\/.*,.*\/css.*,.*\/json.*,.*\/javascript.* [PORT:80] +plugins = lua,tunnel,wvnc htdocs=/opt/www/htdocs ssl.enable=0 ^/os/(.*)$ = /os/router.lua?r=<1>& @@ -43,9 +44,12 @@ application/x-font-woff=woff,woff2 application/x-font-otf=otf audio/mpeg=mp3,mpeg -[FILEHANDLER] -lua = lua -[AUTOSTART] -plugin = tunnel -plugin = lua \ No newline at end of file +[PLUGIN:lua] +name = lua +autoload = 1 +file_type = lua,ls + +[PLUGIN:tunnel] +autoload = 1 +name = tunnel