This commit is contained in:
zeaslity
2024-10-30 16:30:51 +08:00
commit 437acbeb63
3363 changed files with 653948 additions and 0 deletions

8
1-outside-deploy/1.json Normal file
View 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/;
}
}