vhost_location_directory.erb 121 B

1234
  1. location <%= location %> {
  2. root <%= www_root %>;
  3. index <% index_files.each do |i| %> <%= i %> <% end %>;
  4. }