update configuration to use lastest server + API
This commit is contained in:
parent
167a060054
commit
16741978ca
@ -11,7 +11,7 @@ gzip_enable = 1
|
||||
gzip_types = text\/.*,.*\/css.*,.*\/json.*,.*\/javascript.*
|
||||
|
||||
[PORT:80]
|
||||
plugins = lua,tunnel,wvnc
|
||||
plugins = fcgi,tunnel,wvnc
|
||||
htdocs=/opt/www/htdocs
|
||||
ssl.enable=0
|
||||
^/os/(.*)$ = /os/router.lua?r=<1>&<query>
|
||||
@ -45,10 +45,12 @@ application/x-font-otf=otf
|
||||
audio/mpeg=mp3,mpeg
|
||||
|
||||
|
||||
[PLUGIN:lua]
|
||||
name = lua
|
||||
[PLUGIN:fcgi]
|
||||
name = fcgi
|
||||
autoload = 1
|
||||
file_type = lua,ls
|
||||
file_type = lua
|
||||
bin = /opt/www/bin/luad
|
||||
socket = unix:/tmp/fcgi.sock
|
||||
|
||||
[PLUGIN:tunnel]
|
||||
autoload = 1
|
||||
|
Loading…
Reference in New Issue
Block a user