Authored by root

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

... ... @@ -192,6 +192,11 @@ server {
proxy_set_header Connection "";
proxy_set_header Host $host;
}
location ~* .(txt)$ {
root /Data/local/openresty-1.9.15.1/nginx/html;
}
}
... ...
... ... @@ -52,7 +52,9 @@ server{
proxy_set_header Accept-Encoding "gzip";
}
location ~* .(txt)$ {
root /Data/local/openresty-1.9.15.1/nginx/html;
}
}
... ...