Commit 73a1bce2 authored by focus's avatar focus

update

parent 4f3c07cf
...@@ -133,6 +133,10 @@ http { ...@@ -133,6 +133,10 @@ http {
location /robots.txt { location /robots.txt {
return 200 'User-agent: *\nDisallow: /'; return 200 'User-agent: *\nDisallow: /';
} }
location /health_check {
return 200 'User-agent: *\nDisallow: /';
}
} }
# default upstream server # default upstream server
......
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