Former-commit-id: 70bf9bd544ab5350e99460c1150cc694cf54c463
TangShanKaiPing
wanggang 6 years ago
parent 339e120a35
commit 55da577f29

@ -24,6 +24,10 @@ http {
proxy_pass http://localhost:8080/live/; proxy_pass http://localhost:8080/live/;
} }
location ^~ /video/ {
proxy_pass http://localhost:8080/;
}
location ^~ /UserCenter/ { location ^~ /UserCenter/ {
proxy_pass http://localhost:8010/; proxy_pass http://localhost:8010/;
#add_header 'Access-Control-Allow-Origin' '*'; #add_header 'Access-Control-Allow-Origin' '*';
@ -49,4 +53,5 @@ http {
} }
} }
} }

Loading…
Cancel
Save