Merge branch 'master' of git.yoho.cn:ops/yoho-ansible-roles
Showing
2 changed files
with
8 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment