Commit 21677570 by wutong

Nginx CD/CI

parent f79a8b40
......@@ -61,6 +61,7 @@ http {
server {
listen 80;
server_name 111.230.84.223;
resolver 114.114.114.114 223.5.5.5 valid=3600s;
location / {
proxy_redirect off;
proxy_set_header Host $host;
......
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