Commit 6861ff31 by 泽锋 李

更换服务ip

parent 8814d4f2
...@@ -254,7 +254,7 @@ http { ...@@ -254,7 +254,7 @@ http {
listen 80; listen 80;
server_name webhook.bailuntec.com; server_name webhook.bailuntec.com;
location / { location / {
proxy_pass http://172.31.255.19; proxy_pass http://172.31.255.197;
} }
} }
# 转发facebook messenger ssl # 转发facebook messenger ssl
...@@ -268,7 +268,7 @@ http { ...@@ -268,7 +268,7 @@ http {
ssl_ciphers ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!eNULL; ssl_ciphers ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!eNULL;
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
location / { location / {
proxy_pass http://172.31.255.19; proxy_pass http://172.31.255.197;
} }
} }
......
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