Sha256: 691c6760da3646aa7932433bdcd2cef16324c045899b09daa99bd17885ebf813

Contents?: true

Size: 283 Bytes

Versions: 28

Compression:

Stored size: 283 Bytes

Contents

<% if fetch(:nginx_remove_www) %>
  if ($host ~* ^www\.(.*)) {
    set $host_without_www $1;
    <% if fetch(:nginx_use_ssl) %>
    rewrite ^(.*) https://$host_without_www$1 permanent;
    <% else %>
    rewrite ^(.*) http://$host_without_www$1 permanent;
    <% end %>
  }
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
magic_recipes_two-0.0.95 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.94 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.93 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.91 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.90 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.89 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.88 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.87 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.86 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.85 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.84 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.83 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.82 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.81 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.80 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.79 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.78 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.77 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.76 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb
magic_recipes_two-0.0.75 lib/generators/capistrano/magic_recipes/templates/nginx/remove_www.erb