add
This commit is contained in:
8
1-outside-deploy/1.json
Normal file
8
1-outside-deploy/1.json
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 30080 default;
|
||||
location /rtc/v1/ {
|
||||
add_header Access-Control-Allow-Headers X-Requested-With;
|
||||
add_header Access-Control-Allow-Methods GET,POST,OPTIONS;
|
||||
proxy_pass http://localhost:30985/rtc/v1/;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user