module-nginx/templates/vhost/locations/alias.erb
2014-06-23 17:41:21 -04:00

4 lines
113 B
Text

alias <%= @location_alias %>;
<% if defined? @autoindex -%>
autoindex <%= @autoindex %>;
<% end -%>