Commit d7902e07 by lizefeng

Update nginx.conf

parent c869be9f
......@@ -249,7 +249,14 @@ http {
}
}
# 转发facebook messenger
server {
listen 80;
server_name webhook.bailuntec.com;
location / {
proxy_pass http://172.31.1.77;
}
}
include servers/*;
......
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