Commit c0954c4d by Administrator

Update nginx.conf

parent 2f63a212
...@@ -780,7 +780,7 @@ http { ...@@ -780,7 +780,7 @@ http {
listen 80; listen 80;
server_name python.bailuntec.com; server_name python.bailuntec.com;
location / { location / {
proxy_pass http://python-executor-api.erp-prod:8000; proxy_pass http://python-executor-api.oa-system:8000;
} }
} }
......
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