Misc modification, especially however to add AllowOrigin * Header.

This commit is contained in:
webclip
2020-02-26 14:44:49 -05:00
parent 847478a845
commit 93f6261e7f
4 changed files with 114 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ add to 10-proxy.conf:
$HTTP["url"] =~ "^/wc/.*$" {
proxy.server = ( "" =>
(( "host" => "127.0.0.1", "port" => 8000 ))
(( "host" => "127.0.0.1", "port" => 8001 ))
)
}