library/roles/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2: Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2017-07-20 15:04:55 +02:00
parent 2c859a7f49
commit 68ad035c61
1 changed files with 1 additions and 1 deletions

View File

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