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