Authored by root

Merge branch 'master' of git.yoho.cn:ops/yoho-ansible-roles

@@ -192,6 +192,11 @@ server { @@ -192,6 +192,11 @@ server {
192 proxy_set_header Connection ""; 192 proxy_set_header Connection "";
193 proxy_set_header Host $host; 193 proxy_set_header Host $host;
194 } 194 }
  195 +
  196 +
  197 + location ~* .(txt)$ {
  198 + root /Data/local/openresty-1.9.15.1/nginx/html;
  199 + }
195 200
196 } 201 }
197 202
@@ -52,7 +52,9 @@ server{ @@ -52,7 +52,9 @@ server{
52 proxy_set_header Accept-Encoding "gzip"; 52 proxy_set_header Accept-Encoding "gzip";
53 } 53 }
54 54
55 - 55 +location ~* .(txt)$ {
  56 + root /Data/local/openresty-1.9.15.1/nginx/html;
  57 + }
56 58
57 } 59 }
58 60