Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbaarsen committed Feb 24, 2015
1 parent 1a1961f commit 240e685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
}
<% end %>

<% if @redirect_domain_names && @redirect_domain_names.any && @enable_ssl %>
<% if @redirect_domain_names && @redirect_domain_names.any? && @enable_ssl %>
server {
listen 443 ssl;
server_name <%= @redirect_domain_names.join(' ') %>;
Expand Down

0 comments on commit 240e685

Please sign in to comment.