]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/canonical_rails.rb
Add server_protocol configuration option
[rails.git] / config / initializers / canonical_rails.rb
index 314826add81d9ff6018922f7fc180d7d3040fc62..c443c8bf816461d99b77043a5bd4416d62c13323 100644 (file)
@@ -1,7 +1,7 @@
 CanonicalRails.setup do |config|
   # Force the protocol. If you do not specify, the protocol will be based on the incoming request's protocol.
 
 CanonicalRails.setup do |config|
   # Force the protocol. If you do not specify, the protocol will be based on the incoming request's protocol.
 
-  # config.protocol#= 'https://'
+  config.protocol = "#{SERVER_PROTOCOL}://"
 
   # 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.
 
 
   # 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.