aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/configure-nginx/templates/backend-nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/configure-nginx/templates/backend-nginx.conf')
-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;