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; }