module-nginx/templates/vhost/vhost_location_directory.erb
2011-06-06 17:25:04 -05:00

4 lines
121 B
Text

location <%= location %> {
root <%= www_root %>;
index <% index_files.each do |i| %> <%= i %> <% end %>;
}