forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2: Fix a typo.
This commit is contained in:
parent
2c859a7f49
commit
68ad035c61
|
@ -209,7 +209,7 @@ server {
|
||||||
|
|
||||||
{% if smartgears_nginx_expose_tomcat_logs %}
|
{% if smartgears_nginx_expose_tomcat_logs %}
|
||||||
location /gcube-logs/ {
|
location /gcube-logs/ {
|
||||||
alias {{ smartgears_instance_path }}/logs;
|
alias {{ smartgears_instance_path }}/logs/;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
autoindex_localtime on;
|
autoindex_localtime on;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue