v1.0.126: fix duplicate CORS — nginx only for OPTIONS, VM for POST response
This commit is contained in:
@@ -51,7 +51,6 @@ server {
|
||||
add_header Content-Length 0;
|
||||
return 204;
|
||||
}
|
||||
add_header Access-Control-Allow-Origin "*";
|
||||
proxy_pass http://127.0.0.1:8766;
|
||||
client_max_body_size 100m;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user