X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/05beafb2f336a7ce6d22179b1270c299e6d52632..5bb209a2f1aa12b8a1305afde739f3ed6e0f4513:/config/initializers/canonical_rails.rb diff --git a/config/initializers/canonical_rails.rb b/config/initializers/canonical_rails.rb index c443c8bf8..0d1461ed7 100644 --- a/config/initializers/canonical_rails.rb +++ b/config/initializers/canonical_rails.rb @@ -6,6 +6,7 @@ CanonicalRails.setup do |config| # This is the main host, not just the TLD, omit slashes and protocol. If you have more than one, pick the one you want to rank in search results. config.host = SERVER_URL + config.port = SERVER_PROTOCOL == "https" ? 443 : 80 # http://en.wikipedia.org/wiki/URL_normalization # Trailing slash represents semantics of a directory, ie a collection view - implying an :index get route;