Commit 11f586ab authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

@ template fix

parent eb89b881
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
release/001.011 (2014-12-10)

    Template @ fix for local.sample.erb. (adamhl)

release/001.010 (2014-10-17)

    Fix for RHEL6 certs dir. (darrenp1)
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
# Create your own local file with the following lines uncommented to get
# started with a basic configuration:

# ServerName <%= hostname %>
# ServerAdmin webmaster@<%= hostname %>
# ServerName <%= @hostname %>
# ServerAdmin webmaster@<%= @hostname %>
# Local 443
#
# <VirtualHost *:80>