Commit 5eeba07a by Administrator

Update nginx.conf

parent d2eb604a
...@@ -774,6 +774,16 @@ http { ...@@ -774,6 +774,16 @@ http {
proxy_pass http://kol-video-ui.data-center; proxy_pass http://kol-video-ui.data-center;
} }
} }
# python 代码执行器
server {
listen 80;
server_name python.bailuntec.com;
location / {
proxy_pass http://python-executor-api.erp-prod;
}
}
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