Commit f482f187 by lizefeng

Update nginx.conf

parent bd1d906a
...@@ -763,6 +763,14 @@ http { ...@@ -763,6 +763,14 @@ http {
proxy_pass http://wahey-scrm-web-api.crm-core; proxy_pass http://wahey-scrm-web-api.crm-core;
} }
} }
# kol-video
server {
listen 8749;
location / {
proxy_pass http://kol-video-ui.data-center;
}
}
server { server {
listen 80; listen 80;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment