getminera / minera

Minera is a web interface to monitor and manage mining devices

Home Page:http://getminera.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cors support for lighttpd

opened this issue · comments

Please change the following to fix CORS support in lighttpd.

server.modules = (
"mod_access",
"mod_alias",
"mod_compress",
"mod_redirect",
"mod_rewrite",
"mod_setenv",
)
setenv.add-response-header = (
"Access-Control-Allow-Origin" => "*"
)

Ready for next release