Update vhost_ssl_footer.erb
This commit is contained in:
parent
26a856e338
commit
41ebc1a659
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ include <%= file %>;
|
|||
<%= key %> <%= value %>;
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
<% if @vhost_cfg_ssl_append -%><% @vhost_cfg_ssl_append.sort_by{ |k, v| k.to_s == 'allow' ? '' : k.to_s }.each do |key,value| -%>
|
||||
<%= key %> <%= value %>;
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
}
|
||||
<% if @rewrite_www_to_non_www -%>
|
||||
server {
|
||||
|
|
Loading…
Reference in a new issue