Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wr0ngway/rubber
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Sep 20, 2012
2 parents 34a4fde + 4057334 commit afd55ef
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
<%
@path = "/etc/apache2/sites-available/#{rubber_env.app_name}-jenkins"
@post = "a2enmod header && a2enmod rewrite && a2enmod ssl && a2enmod proxy_http && a2ensite #{rubber_env.app_name}-jenkins"
@post = "a2enmod headers && a2enmod rewrite && a2enmod ssl && a2enmod proxy_http && a2ensite #{rubber_env.app_name}-jenkins"
%>

Listen <%= rubber_env.jenkins_web_port %>
Expand Down

0 comments on commit afd55ef

Please sign in to comment.