aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-03-03 14:58:32 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-03-03 14:58:32 +0100
commit48bfb5d967f6776e99a5e698a388594e4d97eb72 (patch)
treed7880465bb96a696891a6f4ab44e08ad9546c80f
parentd2aa6ded2a9b039735a4205bd9f4e48c47b7b212 (diff)
ansible: Fix schema location in nginx config.
Change-Id: I3fc9325d0f9cbb07361f0326c27f8a8923fd7860
-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 2ba4586..a88341b 100644
--- a/ansible/roles/configure-nginx/templates/backend-nginx.conf
+++ b/ansible/roles/configure-nginx/templates/backend-nginx.conf
@@ -19,7 +19,7 @@ server {
index index.html;
}
- location /schema {
+ location /json-schema {
alias {{ web_root }}/{{ hostname }}/schema/;
fancyindex on;