module-nginx/templates/vhost/locations/alias.erb

5 lines
108 B
Text
Raw Normal View History

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