# # Server Specific Config # # This template is used to generate the server specific bits of the config. # # # Server Description # # # Admin Information # # # Binds # # # Connection Settings # # # Link Configuration # <% server.links.each do |link| %> <% end %> <% if !hostname.nil? && File.file?("servers/#{hostname}") %> <%= ERB.new(File.read("config-src/servers/#{hostname}")).result(binding) %> <% end %>