Commit f482f187 by lizefeng

Update nginx.conf

parent bd1d906a
...@@ -764,6 +764,14 @@ http { ...@@ -764,6 +764,14 @@ http {
} }
} }
# kol-video
server {
listen 8749;
location / {
proxy_pass http://kol-video-ui.data-center;
}
}
server { server {
listen 80; listen 80;
server_name wahey.btm.bailuntec.com; server_name wahey.btm.bailuntec.com;
......
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