|
@@ -154,6 +154,8 @@ server {
|
154
|
154
|
proxy_pass http://127.0.0.1:8888/conference-request/v1$1;
|
155
|
155
|
add_header "Cache-Control" "no-cache, no-store";
|
156
|
156
|
add_header 'Access-Control-Allow-Origin' '*';
|
|
157
|
+ add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
|
|
158
|
+ add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Content-Type';
|
157
|
159
|
}
|
158
|
160
|
location ~ ^/([^/?&:'"]+)/conference-request/v1(\/.*)?$ {
|
159
|
161
|
rewrite ^/([^/?&:'"]+)/conference-request/v1(\/.*)?$ /conference-request/v1$2;
|