Skip to content

Instantly share code, notes, and snippets.

View tach's full-sized avatar
😀

Taku YASUI tach

😀
View GitHub Profile
@adamhjk
adamhjk / custom.erb
Created June 4, 2012 05:00
Apache virtualhost file
<% if @port != 80 -%>
Listen <%= @port %>
<% end -%>
<VirtualHost *:<%= @port %>>
ServerAdmin webmaster@localhost
DocumentRoot <%= @document_root %>
<Directory />
Options FollowSymLinks