From 68ad035c61de5c426a276ee950f14b937501cdf2 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 20 Jul 2017 15:04:55 +0200 Subject: [PATCH] library/roles/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2: Fix a typo. --- .../templates/generic-smartgears-virtualhost.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 b/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 index 5076e47a..6556a9ea 100644 --- a/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 +++ b/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 @@ -209,7 +209,7 @@ server { {% if smartgears_nginx_expose_tomcat_logs %} location /gcube-logs/ { - alias {{ smartgears_instance_path }}/logs; + alias {{ smartgears_instance_path }}/logs/; autoindex on; autoindex_localtime on; }