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.*
|
gzip_types = text\/.*,.*\/css.*,.*\/json.*,.*\/javascript.*
|
||||||
|
|
||||||
[PORT:80]
|
[PORT:80]
|
||||||
|
plugins = lua,tunnel,wvnc
|
||||||
htdocs=/opt/www/htdocs
|
htdocs=/opt/www/htdocs
|
||||||
ssl.enable=0
|
ssl.enable=0
|
||||||
^/os/(.*)$ = /os/router.lua?r=<1>&<query>
|
^/os/(.*)$ = /os/router.lua?r=<1>&<query>
|
||||||
@ -43,9 +44,12 @@ application/x-font-woff=woff,woff2
|
|||||||
application/x-font-otf=otf
|
application/x-font-otf=otf
|
||||||
audio/mpeg=mp3,mpeg
|
audio/mpeg=mp3,mpeg
|
||||||
|
|
||||||
[FILEHANDLER]
|
|
||||||
lua = lua
|
|
||||||
|
|
||||||
[AUTOSTART]
|
[PLUGIN:lua]
|
||||||
plugin = tunnel
|
name = lua
|
||||||
plugin = lua
|
autoload = 1
|
||||||
|
file_type = lua,ls
|
||||||
|
|
||||||
|
[PLUGIN:tunnel]
|
||||||
|
autoload = 1
|
||||||
|
name = tunnel
|
||||||
|
Loading…
Reference in New Issue
Block a user