Commit f79a8b40 by wutong

Nginx CD/CI

parent ce29ac56
...@@ -66,7 +66,7 @@ http { ...@@ -66,7 +66,7 @@ http {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://119.29.122.64; proxy_pass http://crm.bailuntec.com;
} }
location = /50x.html { location = /50x.html {
root html; root html;
......
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