aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-14 15:39:14 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-14 15:39:14 +0100
commitf7d9a594b29904f435cb0f98a053a22282962750 (patch)
tree520ee21d09c1baeb73918a63007baab04e82a43f /ansible/roles
parent026548d54c0bc0328a674d46248afee3161aa011 (diff)
ansible: Add /send resource.
Change-Id: If4a6f8d84085380de52b9e8e6a5836dbb850e4f3
Diffstat (limited to 'ansible/roles')
-rw-r--r--ansible/roles/configure-nginx/templates/backend-nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/configure-nginx/templates/backend-nginx.conf b/ansible/roles/configure-nginx/templates/backend-nginx.conf
index 1060376..7ecba08 100644
--- a/ansible/roles/configure-nginx/templates/backend-nginx.conf
+++ b/ansible/roles/configure-nginx/templates/backend-nginx.conf
@@ -30,7 +30,7 @@ server {
add_header Cache-Control "public";
}
- location ~* /(?:(count|jobs?|defconfigs?|boots?|tokens?|batch|bisect|labs?|version|reports?)(.*)(?!(\.(html?|json|css|js|png|jpe?g|ico))))$ {
+ location ~* /(?:(count|jobs?|defconfigs?|boots?|tokens?|batch|bisect|labs?|version|reports?|send)(.*)(?!(\.(html?|json|css|js|png|jpe?g|ico))))$ {
if (-f $document_root/maintenance.html) {
more_set_headers "Content-Type: application/json; charset=UTF-8";