Update 'antd-config.ini'
This commit is contained in:
parent
6af1f376c2
commit
167a060054
@ -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>&<query>
|
||||
@ -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
|
||||
[PLUGIN:lua]
|
||||
name = lua
|
||||
autoload = 1
|
||||
file_type = lua,ls
|
||||
|
||||
[PLUGIN:tunnel]
|
||||
autoload = 1
|
||||
name = tunnel
|
||||
|
Loading…
Reference in New Issue
Block a user