Commit 5eeba07a by Administrator

Update nginx.conf

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