|
|
@ -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 {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|